#66F970

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

Shades of Screamin' Green #66F970

Tints of Screamin' Green #66F970

Color information

#66F970 (or 0x66F970) is unknown color: approx Screamin' Green. HEX triplet: 66, F9 and 70. RGB value is (102,249,112). Sum of RGB (Red+Green+Blue) = 102+249+112=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #66F970 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F970 is #99068F. Grayscale: #BDBDBD. Windows color (decimal): -10028688 or 7403878. OLE color: 7403878.

HSL color Cylindrical-coordinate representation of color #66F970: hue angle of 124.08º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F970 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB102249112-
CMYK0.5900.550.02
HSL124.08º92.45%68.82%-
HSV(B)124.08º59.04%97.65%-
XYZ42.2871.7526.95-
YUV189.4384.365.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.03%
GREEN value IS 249 (97.66% from 255) = 53.78%
BLUE value IS 112 (44.14% from 255) = 24.19%
R=22.03%
G=53.78%
B=24.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022491120.5900.550.02124.0892.4568.82
Hex66F9703B03727c5c45
Octal146371160730672174134105
Binary1100110111110011110000111011011011110111110010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,249,112); }

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

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

 a { background-color: rgb(102,249,112); }

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

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

 span { border-color: rgb(102,249,112); }

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