Html Css Color HEX #52DD53 Screamin' Green

📋 copy color: '#52DD53'

red 82 ◦ green 221 ◦ blue 83

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

Shades of Screamin' Green #52DD53

Tints of Screamin' Green #52DD53

RGB

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

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

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

R = 21.24%
G = 57.25%
B = 21.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#52DD53 (or 0x52DD53) is known color: Screamin' Green. HEX triplet: 52, DD and 53. RGB value is (82,221,83). Sum of RGB (Red+Green+Blue) = 82+221+83=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DD53 is #AD22AC. Grayscale: #A4A4A4. Windows color (decimal): -11346605 or 5496146. OLE color: 5496146.

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

Color convert

RGB 82 221 83 -
CMYK 0.63 0 0.62 0.13
HSL 120.43º 0.67% 0.59% -
HSV(B) 120.43º 0.63% 0.87% -
XYZ 30.9 54.13 17 -
YUV 163.71 82.45 69.72 -
System Red Green Blue C M Y K H S L
Decimal 82 221 83 0.63 0 0.62 0.13 120.43 0.67 0.59
Hex 52 DD 53 3F 0 3E D 78 43 3B
Octal 122 335 123 77 0 76 15 170 103 73
Binary 1010010 11011101 1010011 111111 0 111110 1101 1111000 1000011 111011

Color Harmonies of #52DD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DD53

Black with #52DD53

Text Example


Text Example

White with #52DD53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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