Html Css Color HEX #52E06D Emerald

📋 copy color: '#52E06D'

red 82 ◦ green 224 ◦ blue 109

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

Shades of Emerald #52E06D

Tints of Emerald #52E06D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 53.98%

 BLUE value IS 109 (42.97% from 255) = 26.27%

R = 19.76%
G = 53.98%
B = 26.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#52E06D (or 0x52E06D) is known color: Emerald. HEX triplet: 52, E0 and 6D. RGB value is (82,224,109). Sum of RGB (Red+Green+Blue) = 82+224+109=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 224 (87.89% from 255 or 53.98% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 224 - color contains mainly: green. Hex color #52E06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E06D is #AD1F92. Grayscale: #A8A8A8. Windows color (decimal): -11345811 or 7200850. OLE color: 7200850.

HSL color Cylindrical-coordinate representation of color #52E06D: hue angle of 131.41º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52E06D is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 224 109 -
CMYK 0.63 0 0.51 0.12
HSL 131.41º 0.7% 0.6% -
HSV(B) 131.41º 0.63% 0.88% -
XYZ 32.9 56.21 23.58 -
YUV 168.43 94.46 66.35 -
System Red Green Blue C M Y K H S L
Decimal 82 224 109 0.63 0 0.51 0.12 131.41 0.7 0.6
Hex 52 E0 6D 3F 0 33 C 83 46 3C
Octal 122 340 155 77 0 63 14 203 106 74
Binary 1010010 11100000 1101101 111111 0 110011 1100 10000011 1000110 111100

Color Harmonies of #52E06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E06D

Black with #52E06D

Text Example


Text Example

White with #52E06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,224,109); }

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

background-color css

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

 a { background-color: rgb(82,224,109); }

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

border-color css

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

 span { border-color: rgb(82,224,109); }

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