#66D861

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

Shades of Pastel Green #66D861

Tints of Pastel Green #66D861

Color information

#66D861 (or 0x66D861) is unknown color: approx Pastel Green. HEX triplet: 66, D8 and 61. RGB value is (102,216,97). Sum of RGB (Red+Green+Blue) = 102+216+97=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 216 (84.77% from 255 or 52.05% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 216 - color contains mainly: green. Hex color #66D861 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D861 is #99279E. Grayscale: #A8A8A8. Windows color (decimal): -10037151 or 6412390. OLE color: 6412390.

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

Color convert

RGB10221697-
CMYK0.5300.550.15
HSL117.48º60.41%61.37%-
HSV(B)117.48º55.09%84.71%-
XYZ32.1952.819.8-
YUV168.3587.7380.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.58%
GREEN value IS 216 (84.77% from 255) = 52.05%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=24.58%
G=52.05%
B=23.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal102216970.5300.550.15117.4860.4161.37
Hex66D86135037F753c3d
Octal14633014165067171657475
Binary1100110110110001100001110101011011111111110101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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