Html Css Color HEX #52D28F Emerald

📋 copy color: '#52D28F'

red 82 ◦ green 210 ◦ blue 143

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

Shades of Emerald #52D28F

Tints of Emerald #52D28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.87%

R = 18.85%
G = 48.28%
B = 32.87%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#52D28F (or 0x52D28F) is known color: Emerald. HEX triplet: 52, D2 and 8F. RGB value is (82,210,143). Sum of RGB (Red+Green+Blue) = 82+210+143=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #52D28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D28F is #AD2D70. Grayscale: #A4A4A4. Windows color (decimal): -11349361 or 9425490. OLE color: 9425490.

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

Color convert

RGB 82 210 143 -
CMYK 0.61 0 0.32 0.18
HSL 148.59º 0.59% 0.57% -
HSV(B) 148.59º 0.61% 0.82% -
XYZ 31.48 49.87 33.95 -
YUV 164.09 116.09 69.45 -
System Red Green Blue C M Y K H S L
Decimal 82 210 143 0.61 0 0.32 0.18 148.59 0.59 0.57
Hex 52 D2 8F 3D 0 20 12 95 3B 39
Octal 122 322 217 75 0 40 22 225 73 71
Binary 1010010 11010010 10001111 111101 0 100000 10010 10010101 111011 111001

Color Harmonies of #52D28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D28F

Black with #52D28F

Text Example


Text Example

White with #52D28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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