Html Css Color HEX #52DB53 Screamin' Green

📋 copy color: '#52DB53'

red 82 ◦ green 219 ◦ blue 83

#52DB53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #52DB53

Tints of Screamin' Green #52DB53

RGB

 RED value IS 82 (32.42% from 255) = 21.35%

 GREEN value IS 219 (85.94% from 255) = 57.03%

 BLUE value IS 83 (32.81% from 255) = 21.61%

R = 21.35%
G = 57.03%
B = 21.61%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#52DB53 (or 0x52DB53) is known color: Screamin' Green. HEX triplet: 52, DB and 53. RGB value is (82,219,83). Sum of RGB (Red+Green+Blue) = 82+219+83=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 219 (85.94% from 255 or 57.03% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB53 is #AD24AC. Grayscale: #A2A2A2. Windows color (decimal): -11347117 or 5495634. OLE color: 5495634.

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

Color convert

RGB 82 219 83 -
CMYK 0.63 0 0.62 0.14
HSL 120.44º 0.66% 0.59% -
HSV(B) 120.44º 0.63% 0.86% -
XYZ 30.37 53.08 16.83 -
YUV 162.53 83.11 70.56 -
System Red Green Blue C M Y K H S L
Decimal 82 219 83 0.63 0 0.62 0.14 120.44 0.66 0.59
Hex 52 DB 53 3F 0 3E E 78 42 3B
Octal 122 333 123 77 0 76 16 170 102 73
Binary 1010010 11011011 1010011 111111 0 111110 1110 1111000 1000010 111011

Color Harmonies of #52DB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DB53

Black with #52DB53

Text Example


Text Example

White with #52DB53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52DB53;
 }
 .AnyTagClassName
 {
   color: #52DB53;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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