Html Css Color HEX #52D47F Emerald

📋 copy color: '#52D47F'

red 82 ◦ green 212 ◦ blue 127

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

Shades of Emerald #52D47F

Tints of Emerald #52D47F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.36%

 BLUE value IS 127 (50% from 255) = 30.17%

R = 19.48%
G = 50.36%
B = 30.17%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#52D47F (or 0x52D47F) is known color: Emerald. HEX triplet: 52, D4 and 7F. RGB value is (82,212,127). Sum of RGB (Red+Green+Blue) = 82+212+127=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #52D47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D47F is #AD2B80. Grayscale: #A3A3A3. Windows color (decimal): -11348865 or 8377426. OLE color: 8377426.

HSL color Cylindrical-coordinate representation of color #52D47F: hue angle of 140.77º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D47F is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 212 127 -
CMYK 0.61 0 0.40 0.17
HSL 140.77º 0.6% 0.58% -
HSV(B) 140.77º 0.61% 0.83% -
XYZ 30.85 50.41 28.18 -
YUV 163.44 107.43 69.91 -
System Red Green Blue C M Y K H S L
Decimal 82 212 127 0.61 0 0.40 0.17 140.77 0.6 0.58
Hex 52 D4 7F 3D 0 28 11 8D 3C 3A
Octal 122 324 177 75 0 50 21 215 74 72
Binary 1010010 11010100 1111111 111101 0 101000 10001 10001101 111100 111010

Color Harmonies of #52D47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D47F

Black with #52D47F

Text Example


Text Example

White with #52D47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,212,127); }

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

background-color css

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

 a { background-color: rgb(82,212,127); }

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

border-color css

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

 span { border-color: rgb(82,212,127); }

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