#66ED52

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

Shades of Screamin' Green #66ED52

Tints of Screamin' Green #66ED52

Color information

#66ED52 (or 0x66ED52) is unknown color: approx Screamin' Green. HEX triplet: 66, ED and 52. RGB value is (102,237,82). Sum of RGB (Red+Green+Blue) = 102+237+82=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 237 (92.97% from 255 or 56.29% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 237 - color contains mainly: green. Hex color #66ED52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66ED52 is #9912AD. Grayscale: #B3B3B3. Windows color (decimal): -10031790 or 5434726. OLE color: 5434726.

HSL color Cylindrical-coordinate representation of color #66ED52: hue angle of 112.26º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66ED52 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB10223782-
CMYK0.5700.650.07
HSL112.26º81.15%62.55%-
HSV(B)112.26º65.4%92.94%-
XYZ37.296418.37-
YUV178.9673.2773.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.23%
GREEN value IS 237 (92.97% from 255) = 56.29%
BLUE value IS 82 (32.42% from 255) = 19.48%
R=24.23%
G=56.29%
B=19.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal102237820.5700.650.07112.2681.1562.55
Hex66ED5239041770513f
Octal146355122710101716012177
Binary11001101110110110100101110010100000111111100001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ED52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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