#66DF75

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

Shades of Pastel Green #66DF75

Tints of Pastel Green #66DF75

Color information

#66DF75 (or 0x66DF75) is unknown color: approx Pastel Green. HEX triplet: 66, DF and 75. RGB value is (102,223,117). Sum of RGB (Red+Green+Blue) = 102+223+117=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DF75 is #99208A. Grayscale: #AFAFAF. Windows color (decimal): -10035339 or 7724902. OLE color: 7724902.

HSL color Cylindrical-coordinate representation of color #66DF75: hue angle of 127.44º 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 #66DF75 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB102223117-
CMYK0.5400.480.13
HSL127.44º65.41%63.73%-
HSV(B)127.44º54.26%87.45%-
XYZ35.0856.8825.96-
YUV174.7495.4176.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.08%
GREEN value IS 223 (87.5% from 255) = 50.45%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=23.08%
G=50.45%
B=26.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022231170.5400.480.13127.4465.4163.73
Hex66DF7536030D7f4140
Octal1463371656606015177101100
Binary110011011011111111010111011001100001101111111110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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