Html Css Color HEX #52D86F Emerald

📋 copy color: '#52D86F'

red 82 ◦ green 216 ◦ blue 111

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

Shades of Emerald #52D86F

Tints of Emerald #52D86F

RGB

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

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

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

R = 20.05%
G = 52.81%
B = 27.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#52D86F (or 0x52D86F) is known color: Emerald. HEX triplet: 52, D8 and 6F. RGB value is (82,216,111). Sum of RGB (Red+Green+Blue) = 82+216+111=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 216 (84.77% from 255 or 52.81% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 216 - color contains mainly: green. Hex color #52D86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D86F is #AD2790. Grayscale: #A4A4A4. Windows color (decimal): -11347857 or 7329874. OLE color: 7329874.

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

Color convert

RGB 82 216 111 -
CMYK 0.62 0 0.49 0.15
HSL 132.99º 0.63% 0.58% -
HSV(B) 132.99º 0.62% 0.85% -
XYZ 30.9 52.05 23.46 -
YUV 163.96 98.11 69.54 -
System Red Green Blue C M Y K H S L
Decimal 82 216 111 0.62 0 0.49 0.15 132.99 0.63 0.58
Hex 52 D8 6F 3E 0 31 F 85 3F 3A
Octal 122 330 157 76 0 61 17 205 77 72
Binary 1010010 11011000 1101111 111110 0 110001 1111 10000101 111111 111010

Color Harmonies of #52D86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D86F

Black with #52D86F

Text Example


Text Example

White with #52D86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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