Html Css Color HEX #52E07F Emerald

📋 copy color: '#52E07F'

red 82 ◦ green 224 ◦ blue 127

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

Shades of Emerald #52E07F

Tints of Emerald #52E07F

RGB

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

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

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

R = 18.94%
G = 51.73%
B = 29.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#52E07F (or 0x52E07F) is known color: Emerald. HEX triplet: 52, E0 and 7F. RGB value is (82,224,127). Sum of RGB (Red+Green+Blue) = 82+224+127=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #52E07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E07F is #AD1F80. Grayscale: #AAAAAA. Windows color (decimal): -11345793 or 8380498. OLE color: 8380498.

HSL color Cylindrical-coordinate representation of color #52E07F: hue angle of 139.01º 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 #52E07F is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 224 127 -
CMYK 0.63 0 0.43 0.12
HSL 139.01º 0.7% 0.6% -
HSV(B) 139.01º 0.63% 0.88% -
XYZ 33.97 56.64 29.22 -
YUV 170.48 103.46 64.89 -
System Red Green Blue C M Y K H S L
Decimal 82 224 127 0.63 0 0.43 0.12 139.01 0.7 0.6
Hex 52 E0 7F 3F 0 2B C 8B 46 3C
Octal 122 340 177 77 0 53 14 213 106 74
Binary 1010010 11100000 1111111 111111 0 101011 1100 10001011 1000110 111100

Color Harmonies of #52E07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E07F

Black with #52E07F

Text Example


Text Example

White with #52E07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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