#66EF52

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

Shades of Screamin' Green #66EF52

Tints of Screamin' Green #66EF52

Color information

#66EF52 (or 0x66EF52) is unknown color: approx Screamin' Green. HEX triplet: 66, EF and 52. RGB value is (102,239,82). Sum of RGB (Red+Green+Blue) = 102+239+82=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 239 (93.75% from 255 or 56.50% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 239 - color contains mainly: green. Hex color #66EF52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66EF52 is #9910AD. Grayscale: #B4B4B4. Windows color (decimal): -10031278 or 5435238. OLE color: 5435238.

HSL color Cylindrical-coordinate representation of color #66EF52: hue angle of 112.36º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66EF52 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB10223982-
CMYK0.5700.660.06
HSL112.36º83.07%62.94%-
HSV(B)112.36º65.69%93.73%-
XYZ37.8765.1718.57-
YUV180.1472.6172.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.11%
GREEN value IS 239 (93.75% from 255) = 56.50%
BLUE value IS 82 (32.42% from 255) = 19.39%
R=24.11%
G=56.50%
B=19.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal102239820.5700.660.06112.3683.0762.94
Hex66EF5239042670533f
Octal146357122710102616012377
Binary11001101110111110100101110010100001011011100001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,239,82); }

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

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

 a { background-color: rgb(102,239,82); }

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

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

 span { border-color: rgb(102,239,82); }

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