#53DC52

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

Shades of Screamin' Green #53DC52

Tints of Screamin' Green #53DC52

Color information

#53DC52 (or 0x53DC52) is unknown color: approx Screamin' Green. HEX triplet: 53, DC and 52. RGB value is (83,220,82). Sum of RGB (Red+Green+Blue) = 83+220+82=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC52 is #AC23AD. Grayscale: #A3A3A3. Windows color (decimal): -11281326 or 5430355. OLE color: 5430355.

HSL color Cylindrical-coordinate representation of color #53DC52: hue angle of 119.57º 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 #53DC52 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB8322082-
CMYK0.6200.630.14
HSL119.57º66.35%59.22%-
HSV(B)119.57º62.73%86.27%-
XYZ30.6853.6316.72-
YUV163.382.1170.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.56%
GREEN value IS 220 (86.33% from 255) = 57.14%
BLUE value IS 82 (32.42% from 255) = 21.30%
R=21.56%
G=57.14%
B=21.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal83220820.6200.630.14119.5766.3559.22
Hex53DC523E03FE78423b
Octal123334122760771617010273
Binary10100111101110010100101111100111111111011110001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53DC52; }

 p { color: rgb(83,220,82); }

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

<style>
 a { background-color: #53DC52; }

 a { background-color: rgb(83,220,82); }

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

<style>
 span { border-color: #53DC52; }

 span { border-color: rgb(83,220,82); }

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