Html Css Color HEX #52D571 Emerald

📋 copy color: '#52D571'

red 82 ◦ green 213 ◦ blue 113

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

Shades of Emerald #52D571

Tints of Emerald #52D571

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.21%

 BLUE value IS 113 (44.53% from 255) = 27.7%

R = 20.1%
G = 52.21%
B = 27.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#52D571 (or 0x52D571) is known color: Emerald. HEX triplet: 52, D5 and 71. RGB value is (82,213,113). Sum of RGB (Red+Green+Blue) = 82+213+113=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #52D571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D571 is #AD2A8E. Grayscale: #A2A2A2. Windows color (decimal): -11348623 or 7460178. OLE color: 7460178.

HSL color Cylindrical-coordinate representation of color #52D571: hue angle of 134.2º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D571 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 213 113 -
CMYK 0.62 0 0.47 0.16
HSL 134.2º 0.61% 0.58% -
HSV(B) 134.2º 0.62% 0.84% -
XYZ 30.25 50.57 23.79 -
YUV 162.43 100.1 70.63 -
System Red Green Blue C M Y K H S L
Decimal 82 213 113 0.62 0 0.47 0.16 134.2 0.61 0.58
Hex 52 D5 71 3E 0 2F 10 86 3D 3A
Octal 122 325 161 76 0 57 20 206 75 72
Binary 1010010 11010101 1110001 111110 0 101111 10000 10000110 111101 111010

Color Harmonies of #52D571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D571

Black with #52D571

Text Example


Text Example

White with #52D571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,213,113); }

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

background-color css

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

 a { background-color: rgb(82,213,113); }

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

border-color css

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

 span { border-color: rgb(82,213,113); }

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