#66D95F

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

Shades of Pastel Green #66D95F

Tints of Pastel Green #66D95F

Color information

#66D95F (or 0x66D95F) is unknown color: approx Pastel Green. HEX triplet: 66, D9 and 5F. RGB value is (102,217,95). Sum of RGB (Red+Green+Blue) = 102+217+95=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #66D95F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D95F is #9926A0. Grayscale: #A9A9A9. Windows color (decimal): -10036897 or 6281574. OLE color: 6281574.

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

Color convert

RGB10221795-
CMYK0.5300.560.15
HSL116.56º61.62%61.18%-
HSV(B)116.56º56.22%85.1%-
XYZ32.3653.2819.4-
YUV168.7186.480.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.64%
GREEN value IS 217 (85.16% from 255) = 52.42%
BLUE value IS 95 (37.5% from 255) = 22.95%
R=24.64%
G=52.42%
B=22.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal102217950.5300.560.15116.5661.6261.18
Hex66D95F35038F753e3d
Octal14633113765070171657675
Binary1100110110110011011111110101011100011111110101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,217,95); }

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

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

 a { background-color: rgb(102,217,95); }

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

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

 span { border-color: rgb(102,217,95); }

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