#52e950

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

Shades of Screamin' Green #52E950

Tints of Screamin' Green #52E950

Color information

#52E950 (or 0x52E950) is unknown color: approx Screamin' Green. HEX triplet: 52, E9 and 50. RGB value is (82,233,80). Sum of RGB (Red+Green+Blue) = 82+233+80=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 233 (91.41% from 255 or 58.99% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 233 - color contains mainly: green. Hex color #52E950 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E950 is #AD16AF. Grayscale: #AAAAAA. Windows color (decimal): -11343536 or 5302610. OLE color: 5302610.

HSL color Cylindrical-coordinate representation of color #52E950: hue angle of 119.22º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52E950 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB8223380-
CMYK0.6500.660.09
HSL119.22º77.66%61.37%-
HSV(B)119.22º65.67%91.37%-
XYZ34.0760.6517.5-
YUV170.4176.9764.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.76%
GREEN value IS 233 (91.41% from 255) = 58.99%
BLUE value IS 80 (31.64% from 255) = 20.25%
R=20.76%
G=58.99%
B=20.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal82233800.6500.660.09119.2277.6661.37
Hex52E950410429774e3d
Octal12235112010101021116711675
Binary1010010111010011010000100000101000010100111101111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52e950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52e950; }

 p { color: rgb(82,233,80); }

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

<style>
 a { background-color: #52e950; }

 a { background-color: rgb(82,233,80); }

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

<style>
 span { border-color: #52e950; }

 span { border-color: rgb(82,233,80); }

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