Html Css Color HEX #52D288 Emerald

📋 copy color: '#52D288'

red 82 ◦ green 210 ◦ blue 136

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

Shades of Emerald #52D288

Tints of Emerald #52D288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.78%

R = 19.16%
G = 49.07%
B = 31.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#52D288 (or 0x52D288) is known color: Emerald. HEX triplet: 52, D2 and 88. RGB value is (82,210,136). Sum of RGB (Red+Green+Blue) = 82+210+136=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #52D288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D288 is #AD2D77. Grayscale: #A3A3A3. Windows color (decimal): -11349368 or 8966738. OLE color: 8966738.

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

Color convert

RGB 82 210 136 -
CMYK 0.61 0 0.35 0.18
HSL 145.31º 0.59% 0.57% -
HSV(B) 145.31º 0.61% 0.82% -
XYZ 30.97 49.66 31.25 -
YUV 163.29 112.59 70.02 -
System Red Green Blue C M Y K H S L
Decimal 82 210 136 0.61 0 0.35 0.18 145.31 0.59 0.57
Hex 52 D2 88 3D 0 23 12 91 3B 39
Octal 122 322 210 75 0 43 22 221 73 71
Binary 1010010 11010010 10001000 111101 0 100011 10010 10010001 111011 111001

Color Harmonies of #52D288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D288

Black with #52D288

Text Example


Text Example

White with #52D288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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