#66D863

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

Shades of Pastel Green #66D863

Tints of Pastel Green #66D863

Color information

#66D863 (or 0x66D863) is unknown color: approx Pastel Green. HEX triplet: 66, D8 and 63. RGB value is (102,216,99). Sum of RGB (Red+Green+Blue) = 102+216+99=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #66D863 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D863 is #99279C. Grayscale: #A8A8A8. Windows color (decimal): -10037149 or 6543462. OLE color: 6543462.

HSL color Cylindrical-coordinate representation of color #66D863: hue angle of 118.46º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66D863 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB10221699-
CMYK0.5300.540.15
HSL118.46º60%61.76%-
HSV(B)118.46º54.17%84.71%-
XYZ32.2952.8420.3-
YUV168.5888.7380.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 216 (84.77% from 255) = 51.80%
BLUE value IS 99 (39.06% from 255) = 23.74%
R=24.46%
G=51.80%
B=23.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal102216990.5300.540.15118.466061.76
Hex66D86335036F763c3e
Octal14633014365066171667476
Binary1100110110110001100011110101011011011111110110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,216,99); }

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

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

 a { background-color: rgb(102,216,99); }

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

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

 span { border-color: rgb(102,216,99); }

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