#66f278

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

Shades of Screamin' Green #66F278

Tints of Screamin' Green #66F278

Color information

#66F278 (or 0x66F278) is unknown color: approx Screamin' Green. HEX triplet: 66, F2 and 78. RGB value is (102,242,120). Sum of RGB (Red+Green+Blue) = 102+242+120=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #66F278 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F278 is #990D87. Grayscale: #BABABA. Windows color (decimal): -10030472 or 7926374. OLE color: 7926374.

HSL color Cylindrical-coordinate representation of color #66F278: hue angle of 127.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F278 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB102242120-
CMYK0.5800.500.05
HSL127.71º84.34%67.45%-
HSV(B)127.71º57.85%94.9%-
XYZ40.6267.6928.69-
YUV186.2390.6267.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.98%
GREEN value IS 242 (94.92% from 255) = 52.16%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=21.98%
G=52.16%
B=25.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022421200.5800.500.05127.7184.3467.45
Hex66F2783A0325805443
Octal146362170720625200124103
Binary110011011110010111100011101001100101011000000010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66f278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,242,120); }

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

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

 a { background-color: rgb(102,242,120); }

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

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

 span { border-color: rgb(102,242,120); }

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