#52DB54

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

Shades of Screamin' Green #52DB54

Tints of Screamin' Green #52DB54

Color information

#52DB54 (or 0x52DB54) is unknown color: approx Screamin' Green. HEX triplet: 52, DB and 54. RGB value is (82,219,84). Sum of RGB (Red+Green+Blue) = 82+219+84=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB54 is #AD24AB. Grayscale: #A3A3A3. Windows color (decimal): -11347116 or 5561170. OLE color: 5561170.

HSL color Cylindrical-coordinate representation of color #52DB54: hue angle of 120.88º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DB54 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB8221984-
CMYK0.6300.620.14
HSL120.88º65.55%59.02%-
HSV(B)120.88º62.56%85.88%-
XYZ30.4153.117.03-
YUV162.6583.6170.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.30%
GREEN value IS 219 (85.94% from 255) = 56.88%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=21.30%
G=56.88%
B=21.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal82219840.6300.620.14120.8865.5559.02
Hex52DB543F03EE79423b
Octal122333124770761617110273
Binary10100101101101110101001111110111110111011110011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,219,84); }

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

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

 a { background-color: rgb(82,219,84); }

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

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

 span { border-color: rgb(82,219,84); }

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