Html Css Color HEX #52D281 Emerald

📋 copy color: '#52D281'

red 82 ◦ green 210 ◦ blue 129

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

Shades of Emerald #52D281

Tints of Emerald #52D281

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.88%

 BLUE value IS 129 (50.78% from 255) = 30.64%

R = 19.48%
G = 49.88%
B = 30.64%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#52D281 (or 0x52D281) is known color: Emerald. HEX triplet: 52, D2 and 81. RGB value is (82,210,129). Sum of RGB (Red+Green+Blue) = 82+210+129=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #52D281 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D281 is #AD2D7E. Grayscale: #A2A2A2. Windows color (decimal): -11349375 or 8507986. OLE color: 8507986.

HSL color Cylindrical-coordinate representation of color #52D281: hue angle of 142.03º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D281 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 210 129 -
CMYK 0.61 0 0.39 0.18
HSL 142.03º 0.59% 0.57% -
HSV(B) 142.03º 0.61% 0.82% -
XYZ 30.49 49.47 28.71 -
YUV 162.49 109.09 70.59 -
System Red Green Blue C M Y K H S L
Decimal 82 210 129 0.61 0 0.39 0.18 142.03 0.59 0.57
Hex 52 D2 81 3D 0 27 12 8E 3B 39
Octal 122 322 201 75 0 47 22 216 73 71
Binary 1010010 11010010 10000001 111101 0 100111 10010 10001110 111011 111001

Color Harmonies of #52D281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D281

Black with #52D281

Text Example


Text Example

White with #52D281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,210,129); }

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

background-color css

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

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

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

border-color css

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

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

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