Html Css Color HEX #52DD52 Screamin' Green

📋 copy color: '#52DD52'

red 82 ◦ green 221 ◦ blue 82

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

Shades of Screamin' Green #52DD52

Tints of Screamin' Green #52DD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.4%

 BLUE value IS 82 (32.42% from 255) = 21.3%

R = 21.3%
G = 57.4%
B = 21.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#52DD52 (or 0x52DD52) is known color: Screamin' Green. HEX triplet: 52, DD and 52. RGB value is (82,221,82). Sum of RGB (Red+Green+Blue) = 82+221+82=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DD52 is #AD22AD. Grayscale: #A4A4A4. Windows color (decimal): -11346606 or 5430610. OLE color: 5430610.

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

Color convert

RGB 82 221 82 -
CMYK 0.63 0 0.63 0.13
HSL 120º 0.67% 0.59% -
HSV(B) 120º 0.63% 0.87% -
XYZ 30.86 54.12 16.8 -
YUV 163.59 81.95 69.8 -
System Red Green Blue C M Y K H S L
Decimal 82 221 82 0.63 0 0.63 0.13 120 0.67 0.59
Hex 52 DD 52 3F 0 3F D 78 43 3B
Octal 122 335 122 77 0 77 15 170 103 73
Binary 1010010 11011101 1010010 111111 0 111111 1101 1111000 1000011 111011

Color Harmonies of #52DD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DD52

Black with #52DD52

Text Example


Text Example

White with #52DD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,221,82); }

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

background-color css

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

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

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

border-color css

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

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

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