Html Css Color HEX #52E56E Emerald

📋 copy color: '#52E56E'

red 82 ◦ green 229 ◦ blue 110

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

Shades of Emerald #52E56E

Tints of Emerald #52E56E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 54.39%

 BLUE value IS 110 (43.36% from 255) = 26.13%

R = 19.48%
G = 54.39%
B = 26.13%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#52E56E (or 0x52E56E) is known color: Emerald. HEX triplet: 52, E5 and 6E. RGB value is (82,229,110). Sum of RGB (Red+Green+Blue) = 82+229+110=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 229 (89.84% from 255 or 54.39% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 229 - color contains mainly: green. Hex color #52E56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E56E is #AD1A91. Grayscale: #ABABAB. Windows color (decimal): -11344530 or 7267666. OLE color: 7267666.

HSL color Cylindrical-coordinate representation of color #52E56E: hue angle of 131.43º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E56E is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 82 229 110 -
CMYK 0.64 0 0.52 0.10
HSL 131.43º 0.74% 0.61% -
HSV(B) 131.43º 0.64% 0.9% -
XYZ 34.31 58.96 24.32 -
YUV 171.48 93.3 64.18 -
System Red Green Blue C M Y K H S L
Decimal 82 229 110 0.64 0 0.52 0.10 131.43 0.74 0.61
Hex 52 E5 6E 40 0 34 A 83 4A 3D
Octal 122 345 156 100 0 64 12 203 112 75
Binary 1010010 11100101 1101110 1000000 0 110100 1010 10000011 1001010 111101

Color Harmonies of #52E56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E56E

Black with #52E56E

Text Example


Text Example

White with #52E56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,229,110); }

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

background-color css

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

 a { background-color: rgb(82,229,110); }

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

border-color css

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

 span { border-color: rgb(82,229,110); }

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