Html Css Color HEX #52DD92 Emerald

📋 copy color: '#52DD92'

red 82 ◦ green 221 ◦ blue 146

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

Shades of Emerald #52DD92

Tints of Emerald #52DD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.52%

R = 18.26%
G = 49.22%
B = 32.52%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#52DD92 (or 0x52DD92) is known color: Emerald. HEX triplet: 52, DD and 92. RGB value is (82,221,146). Sum of RGB (Red+Green+Blue) = 82+221+146=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DD92 is #AD226D. Grayscale: #ABABAB. Windows color (decimal): -11346542 or 9624914. OLE color: 9624914.

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

Color convert

RGB 82 221 146 -
CMYK 0.63 0 0.34 0.13
HSL 147.63º 0.67% 0.59% -
HSV(B) 147.63º 0.63% 0.87% -
XYZ 34.52 55.58 36.1 -
YUV 170.89 113.95 64.6 -
System Red Green Blue C M Y K H S L
Decimal 82 221 146 0.63 0 0.34 0.13 147.63 0.67 0.59
Hex 52 DD 92 3F 0 22 D 94 43 3B
Octal 122 335 222 77 0 42 15 224 103 73
Binary 1010010 11011101 10010010 111111 0 100010 1101 10010100 1000011 111011

Color Harmonies of #52DD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DD92

Black with #52DD92

Text Example


Text Example

White with #52DD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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