#66D35C

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

Shades of Pastel Green #66D35C

Tints of Pastel Green #66D35C

Color information

#66D35C (or 0x66D35C) is unknown color: approx Pastel Green. HEX triplet: 66, D3 and 5C. RGB value is (102,211,92). Sum of RGB (Red+Green+Blue) = 102+211+92=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #66D35C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D35C is #992CA3. Grayscale: #A5A5A5. Windows color (decimal): -10038436 or 6083430. OLE color: 6083430.

HSL color Cylindrical-coordinate representation of color #66D35C: hue angle of 114.96º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66D35C is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB10221192-
CMYK0.5200.560.17
HSL114.96º57.49%59.41%-
HSV(B)114.96º56.4%82.75%-
XYZ30.7150.1918.19-
YUV164.8486.8983.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.19%
GREEN value IS 211 (82.81% from 255) = 52.10%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=25.19%
G=52.10%
B=22.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal102211920.5200.560.17114.9657.4959.41
Hex66D35C340381173393b
Octal14632313464070211637173
Binary11001101101001110111001101000111000100011110011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,211,92); }

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

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

 a { background-color: rgb(102,211,92); }

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

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

 span { border-color: rgb(102,211,92); }

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