Html Css Color HEX #52E17F Emerald

📋 copy color: '#52E17F'

red 82 ◦ green 225 ◦ blue 127

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

Shades of Emerald #52E17F

Tints of Emerald #52E17F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.84%

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

R = 18.89%
G = 51.84%
B = 29.26%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#52E17F (or 0x52E17F) is known color: Emerald. HEX triplet: 52, E1 and 7F. RGB value is (82,225,127). Sum of RGB (Red+Green+Blue) = 82+225+127=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #52E17F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E17F is #AD1E80. Grayscale: #ABABAB. Windows color (decimal): -11345537 or 8380754. OLE color: 8380754.

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

Color convert

RGB 82 225 127 -
CMYK 0.64 0 0.44 0.12
HSL 138.88º 0.7% 0.6% -
HSV(B) 138.88º 0.64% 0.88% -
XYZ 34.24 57.18 29.31 -
YUV 171.07 103.12 64.47 -
System Red Green Blue C M Y K H S L
Decimal 82 225 127 0.64 0 0.44 0.12 138.88 0.7 0.6
Hex 52 E1 7F 40 0 2C C 8B 46 3C
Octal 122 341 177 100 0 54 14 213 106 74
Binary 1010010 11100001 1111111 1000000 0 101100 1100 10001011 1000110 111100

Color Harmonies of #52E17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E17F

Black with #52E17F

Text Example


Text Example

White with #52E17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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