#66D56A

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

Shades of Pastel Green #66D56A

Tints of Pastel Green #66D56A

Color information

#66D56A (or 0x66D56A) is unknown color: approx Pastel Green. HEX triplet: 66, D5 and 6A. RGB value is (102,213,106). Sum of RGB (Red+Green+Blue) = 102+213+106=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #66D56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D56A is #992A95. Grayscale: #A7A7A7. Windows color (decimal): -10037910 or 7001446. OLE color: 7001446.

HSL color Cylindrical-coordinate representation of color #66D56A: hue angle of 122.16º degrees, saturation: 0.57, 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 #66D56A is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB102213106-
CMYK0.5200.500.16
HSL122.16º56.92%61.76%-
HSV(B)122.16º52.11%83.53%-
XYZ31.8851.4521.89-
YUV167.6193.2381.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.23%
GREEN value IS 213 (83.59% from 255) = 50.59%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=24.23%
G=50.59%
B=25.18%

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
Decimal1022131060.5200.500.16122.1656.9261.76
Hex66D56A34032107a393e
Octal14632515264062201727176
Binary11001101101010111010101101000110010100001111010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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