#52df5c

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

Shades of Screamin' Green #52DF5C

Tints of Screamin' Green #52DF5C

Color information

#52DF5C (or 0x52DF5C) is unknown color: approx Screamin' Green. HEX triplet: 52, DF and 5C. RGB value is (82,223,92). Sum of RGB (Red+Green+Blue) = 82+223+92=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF5C is #AD20A3. Grayscale: #A6A6A6. Windows color (decimal): -11346084 or 6086482. OLE color: 6086482.

HSL color Cylindrical-coordinate representation of color #52DF5C: hue angle of 124.26º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DF5C is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB8222392-
CMYK0.6300.590.13
HSL124.26º68.78%59.8%-
HSV(B)124.26º63.23%87.45%-
XYZ31.855.3419.13-
YUV165.9186.2968.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.65%
GREEN value IS 223 (87.5% from 255) = 56.17%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=20.65%
G=56.17%
B=23.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82223920.6300.590.13124.2668.7859.8
Hex52DF5C3F03BD7c453c
Octal122337134770731517410574
Binary10100101101111110111001111110111011110111111001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52df5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,223,92); }

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

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

 a { background-color: rgb(82,223,92); }

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

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

 span { border-color: rgb(82,223,92); }

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