Html Css Color HEX #52D286 Emerald

📋 copy color: '#52D286'

red 82 ◦ green 210 ◦ blue 134

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

Shades of Emerald #52D286

Tints of Emerald #52D286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.46%

R = 19.25%
G = 49.3%
B = 31.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#52D286 (or 0x52D286) is known color: Emerald. HEX triplet: 52, D2 and 86. RGB value is (82,210,134). Sum of RGB (Red+Green+Blue) = 82+210+134=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #52D286 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D286 is #AD2D79. Grayscale: #A3A3A3. Windows color (decimal): -11349370 or 8835666. OLE color: 8835666.

HSL color Cylindrical-coordinate representation of color #52D286: hue angle of 144.38º 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 #52D286 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 210 134 -
CMYK 0.61 0 0.36 0.18
HSL 144.38º 0.59% 0.57% -
HSV(B) 144.38º 0.61% 0.82% -
XYZ 30.83 49.61 30.5 -
YUV 163.06 111.59 70.18 -
System Red Green Blue C M Y K H S L
Decimal 82 210 134 0.61 0 0.36 0.18 144.38 0.59 0.57
Hex 52 D2 86 3D 0 24 12 90 3B 39
Octal 122 322 206 75 0 44 22 220 73 71
Binary 1010010 11010010 10000110 111101 0 100100 10010 10010000 111011 111001

Color Harmonies of #52D286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D286

Black with #52D286

Text Example


Text Example

White with #52D286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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