Html Css Color HEX #52C56E Emerald

📋 copy color: '#52C56E'

red 82 ◦ green 197 ◦ blue 110

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

Shades of Emerald #52C56E

Tints of Emerald #52C56E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.64%

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

R = 21.08%
G = 50.64%
B = 28.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#52C56E (or 0x52C56E) is known color: Emerald. HEX triplet: 52, C5 and 6E. RGB value is (82,197,110). Sum of RGB (Red+Green+Blue) = 82+197+110=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #52C56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C56E is #AD3A91. Grayscale: #989898. Windows color (decimal): -11352722 or 7259474. OLE color: 7259474.

HSL color Cylindrical-coordinate representation of color #52C56E: hue angle of 134.61º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C56E is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 110 -
CMYK 0.58 0 0.44 0.23
HSL 134.61º 0.5% 0.55% -
HSV(B) 134.61º 0.58% 0.77% -
XYZ 26.26 42.85 21.64 -
YUV 152.7 103.9 77.57 -
System Red Green Blue C M Y K H S L
Decimal 82 197 110 0.58 0 0.44 0.23 134.61 0.5 0.55
Hex 52 C5 6E 3A 0 2C 17 87 32 37
Octal 122 305 156 72 0 54 27 207 62 67
Binary 1010010 11000101 1101110 111010 0 101100 10111 10000111 110010 110111

Color Harmonies of #52C56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C56E

Black with #52C56E

Text Example


Text Example

White with #52C56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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