Html Css Color HEX #52D56F Emerald

📋 copy color: '#52D56F'

red 82 ◦ green 213 ◦ blue 111

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

Shades of Emerald #52D56F

Tints of Emerald #52D56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.34%

R = 20.2%
G = 52.46%
B = 27.34%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#52D56F (or 0x52D56F) is known color: Emerald. HEX triplet: 52, D5 and 6F. RGB value is (82,213,111). Sum of RGB (Red+Green+Blue) = 82+213+111=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #52D56F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D56F is #AD2A90. Grayscale: #A2A2A2. Windows color (decimal): -11348625 or 7329106. OLE color: 7329106.

HSL color Cylindrical-coordinate representation of color #52D56F: hue angle of 133.28º 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 #52D56F is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 213 111 -
CMYK 0.62 0 0.48 0.16
HSL 133.28º 0.61% 0.58% -
HSV(B) 133.28º 0.62% 0.84% -
XYZ 30.14 50.53 23.2 -
YUV 162.2 99.1 70.79 -
System Red Green Blue C M Y K H S L
Decimal 82 213 111 0.62 0 0.48 0.16 133.28 0.61 0.58
Hex 52 D5 6F 3E 0 30 10 85 3D 3A
Octal 122 325 157 76 0 60 20 205 75 72
Binary 1010010 11010101 1101111 111110 0 110000 10000 10000101 111101 111010

Color Harmonies of #52D56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D56F

Black with #52D56F

Text Example


Text Example

White with #52D56F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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