#75CD79

Color #75CD79 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #75CD79

Tints of Pastel Green #75CD79

Color information

#75CD79 (or 0x75CD79) is unknown color: approx Pastel Green. HEX triplet: 75, CD and 79. RGB value is (117,205,121). Sum of RGB (Red+Green+Blue) = 117+205+121=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CD79 is #8A3286. Grayscale: #A9A9A9. Windows color (decimal): -9056903 or 7982453. OLE color: 7982453.

HSL color Cylindrical-coordinate representation of color #75CD79: hue angle of 122.73º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CD79 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB117205121-
CMYK0.4300.410.20
HSL122.73º46.81%63.14%-
HSV(B)122.73º42.93%80.39%-
XYZ32.6248.8325.79-
YUV169.11100.8590.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 26.41%
GREEN value IS 205 (80.47% from 255) = 46.28%
BLUE value IS 121 (47.66% from 255) = 27.31%
R=26.41%
G=46.28%
B=27.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051210.4300.410.20122.7346.8163.14
Hex75CD792B029147b2f3f
Octal16531517153051241735777
Binary11101011100110111110011010110101001101001111011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75CD79; }

 p { color: rgb(117,205,121); }

 H1.HeaderClassName
 {
   color: #75CD79;
 }
 .AnyTagClassName
 {
   color: #75CD79;
 }
</style>
background-color css

<style>
 a { background-color: #75CD79; }

 a { background-color: rgb(117,205,121); }

 div.DivClassName
 {
   background-color: #75CD79;
 }
 .BgClassName
 {
   background-color: #75CD79;
 }
</style>
border-color css

<style>
 span { border-color: #75CD79; }

 span { border-color: rgb(117,205,121); }

 td.TdClassName
 {
   border-color: #75CD79;
 }
 .TagClassName
 {
   border-color: #75CD79;
 }
</style>