#66DE75

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

Shades of Pastel Green #66DE75

Tints of Pastel Green #66DE75

Color information

#66DE75 (or 0x66DE75) is unknown color: approx Pastel Green. HEX triplet: 66, DE and 75. RGB value is (102,222,117). Sum of RGB (Red+Green+Blue) = 102+222+117=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DE75 is #99218A. Grayscale: #AEAEAE. Windows color (decimal): -10035595 or 7724646. OLE color: 7724646.

HSL color Cylindrical-coordinate representation of color #66DE75: hue angle of 127.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DE75 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB102222117-
CMYK0.5400.470.13
HSL127.5º64.52%63.53%-
HSV(B)127.5º54.05%87.06%-
XYZ34.8156.3525.87-
YUV174.1595.7476.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.13%
GREEN value IS 222 (87.11% from 255) = 50.34%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=23.13%
G=50.34%
B=26.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022221170.5400.470.13127.564.5263.53
Hex66DE753602FD804140
Octal1463361656605715200101100
Binary1100110110111101110101110110010111111011000000010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66DE75; }

 p { color: rgb(102,222,117); }

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

<style>
 a { background-color: #66DE75; }

 a { background-color: rgb(102,222,117); }

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

<style>
 span { border-color: #66DE75; }

 span { border-color: rgb(102,222,117); }

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