#66D865

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

Shades of Pastel Green #66D865

Tints of Pastel Green #66D865

Color information

#66D865 (or 0x66D865) is unknown color: approx Pastel Green. HEX triplet: 66, D8 and 65. RGB value is (102,216,101). Sum of RGB (Red+Green+Blue) = 102+216+101=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #66D865 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D865 is #99279A. Grayscale: #A9A9A9. Windows color (decimal): -10037147 or 6674534. OLE color: 6674534.

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

Color convert

RGB102216101-
CMYK0.5300.530.15
HSL119.48º59.59%62.16%-
HSV(B)119.48º53.24%84.71%-
XYZ32.3852.8820.81-
YUV168.889.7380.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.34%
GREEN value IS 216 (84.77% from 255) = 51.55%
BLUE value IS 101 (39.84% from 255) = 24.11%
R=24.34%
G=51.55%
B=24.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022161010.5300.530.15119.4859.5962.16
Hex66D86535035F773c3e
Octal14633014565065171677476
Binary1100110110110001100101110101011010111111110111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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