Html Css Color HEX #52DD63 Emerald

📋 copy color: '#52DD63'

red 82 ◦ green 221 ◦ blue 99

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

Shades of Emerald #52DD63

Tints of Emerald #52DD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.63%

R = 20.4%
G = 54.98%
B = 24.63%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#52DD63 (or 0x52DD63) is known color: Emerald. HEX triplet: 52, DD and 63. RGB value is (82,221,99). Sum of RGB (Red+Green+Blue) = 82+221+99=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DD63 is #AD229C. Grayscale: #A5A5A5. Windows color (decimal): -11346589 or 6544722. OLE color: 6544722.

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

Color convert

RGB 82 221 99 -
CMYK 0.63 0 0.55 0.13
HSL 127.34º 0.67% 0.59% -
HSV(B) 127.34º 0.63% 0.87% -
XYZ 31.59 54.41 20.64 -
YUV 165.53 90.45 68.42 -
System Red Green Blue C M Y K H S L
Decimal 82 221 99 0.63 0 0.55 0.13 127.34 0.67 0.59
Hex 52 DD 63 3F 0 37 D 7F 43 3B
Octal 122 335 143 77 0 67 15 177 103 73
Binary 1010010 11011101 1100011 111111 0 110111 1101 1111111 1000011 111011

Color Harmonies of #52DD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DD63

Black with #52DD63

Text Example


Text Example

White with #52DD63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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