#66DC65

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

Shades of Pastel Green #66DC65

Tints of Pastel Green #66DC65

Color information

#66DC65 (or 0x66DC65) is unknown color: approx Pastel Green. HEX triplet: 66, DC and 65. RGB value is (102,220,101). Sum of RGB (Red+Green+Blue) = 102+220+101=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DC65 is #99239A. Grayscale: #ABABAB. Windows color (decimal): -10036123 or 6675558. OLE color: 6675558.

HSL color Cylindrical-coordinate representation of color #66DC65: hue angle of 119.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DC65 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB102220101-
CMYK0.5400.540.14
HSL119.5º62.96%62.94%-
HSV(B)119.5º54.09%86.27%-
XYZ33.4254.9521.16-
YUV171.1588.4178.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.11%
GREEN value IS 220 (86.33% from 255) = 52.01%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=24.11%
G=52.01%
B=23.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022201010.5400.540.14119.562.9662.94
Hex66DC6536036E773f3f
Octal14633414566066161677777
Binary1100110110111001100101110110011011011101110111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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