#66D66A

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

Shades of Pastel Green #66D66A

Tints of Pastel Green #66D66A

Color information

#66D66A (or 0x66D66A) is unknown color: approx Pastel Green. HEX triplet: 66, D6 and 6A. RGB value is (102,214,106). Sum of RGB (Red+Green+Blue) = 102+214+106=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #66D66A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D66A is #992995. Grayscale: #A8A8A8. Windows color (decimal): -10037654 or 7001702. OLE color: 7001702.

HSL color Cylindrical-coordinate representation of color #66D66A: hue angle of 122.14º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D66A is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB102214106-
CMYK0.5200.500.16
HSL122.14º57.73%61.96%-
HSV(B)122.14º52.34%83.92%-
XYZ32.1351.9621.97-
YUV168.292.8980.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.17%
GREEN value IS 214 (83.98% from 255) = 50.71%
BLUE value IS 106 (41.80% from 255) = 25.12%
R=24.17%
G=50.71%
B=25.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022141060.5200.500.16122.1457.7361.96
Hex66D66A34032107a3a3e
Octal14632615264062201727276
Binary11001101101011011010101101000110010100001111010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,214,106); }

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

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

 a { background-color: rgb(102,214,106); }

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

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

 span { border-color: rgb(102,214,106); }

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