#66F55F

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

Shades of Screamin' Green #66F55F

Tints of Screamin' Green #66F55F

Color information

#66F55F (or 0x66F55F) is unknown color: approx Screamin' Green. HEX triplet: 66, F5 and 5F. RGB value is (102,245,95). Sum of RGB (Red+Green+Blue) = 102+245+95=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 245 (96.09% from 255 or 55.43% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 245 - color contains mainly: green. Hex color #66F55F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F55F is #990AA0. Grayscale: #B9B9B9. Windows color (decimal): -10029729 or 6288742. OLE color: 6288742.

HSL color Cylindrical-coordinate representation of color #66F55F: hue angle of 117.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66F55F is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB10224595-
CMYK0.5800.610.04
HSL117.2º88.24%66.67%-
HSV(B)117.2º61.22%96.08%-
XYZ40.268.9622.02-
YUV185.1477.1268.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.08%
GREEN value IS 245 (96.09% from 255) = 55.43%
BLUE value IS 95 (37.5% from 255) = 21.49%
R=23.08%
G=55.43%
B=21.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal102245950.5800.610.04117.288.2466.67
Hex66F55F3A03D4755843
Octal146365137720754165130103
Binary11001101111010110111111110100111101100111010110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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