Html Css Color HEX #52D87F Emerald

📋 copy color: '#52D87F'

red 82 ◦ green 216 ◦ blue 127

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

Shades of Emerald #52D87F

Tints of Emerald #52D87F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.82%

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

R = 19.29%
G = 50.82%
B = 29.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#52D87F (or 0x52D87F) is known color: Emerald. HEX triplet: 52, D8 and 7F. RGB value is (82,216,127). Sum of RGB (Red+Green+Blue) = 82+216+127=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #52D87F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D87F is #AD2780. Grayscale: #A6A6A6. Windows color (decimal): -11347841 or 8378450. OLE color: 8378450.

HSL color Cylindrical-coordinate representation of color #52D87F: hue angle of 140.15º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D87F is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 127 -
CMYK 0.62 0 0.41 0.15
HSL 140.15º 0.63% 0.58% -
HSV(B) 140.15º 0.62% 0.85% -
XYZ 31.87 52.44 28.52 -
YUV 165.79 106.11 68.24 -
System Red Green Blue C M Y K H S L
Decimal 82 216 127 0.62 0 0.41 0.15 140.15 0.63 0.58
Hex 52 D8 7F 3E 0 29 F 8C 3F 3A
Octal 122 330 177 76 0 51 17 214 77 72
Binary 1010010 11011000 1111111 111110 0 101001 1111 10001100 111111 111010

Color Harmonies of #52D87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D87F

Black with #52D87F

Text Example


Text Example

White with #52D87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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