Html Css Color HEX #52C16E Emerald

📋 copy color: '#52C16E'

red 82 ◦ green 193 ◦ blue 110

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

Shades of Emerald #52C16E

Tints of Emerald #52C16E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.13%

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

R = 21.3%
G = 50.13%
B = 28.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#52C16E (or 0x52C16E) is known color: Emerald. HEX triplet: 52, C1 and 6E. RGB value is (82,193,110). Sum of RGB (Red+Green+Blue) = 82+193+110=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #52C16E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C16E is #AD3E91. Grayscale: #969696. Windows color (decimal): -11353746 or 7258450. OLE color: 7258450.

HSL color Cylindrical-coordinate representation of color #52C16E: hue angle of 135.14º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C16E is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 110 -
CMYK 0.58 0 0.43 0.24
HSL 135.14º 0.47% 0.54% -
HSV(B) 135.14º 0.58% 0.76% -
XYZ 25.36 41.06 21.34 -
YUV 150.35 105.23 79.25 -
System Red Green Blue C M Y K H S L
Decimal 82 193 110 0.58 0 0.43 0.24 135.14 0.47 0.54
Hex 52 C1 6E 3A 0 2B 18 87 2F 36
Octal 122 301 156 72 0 53 30 207 57 66
Binary 1010010 11000001 1101110 111010 0 101011 11000 10000111 101111 110110

Color Harmonies of #52C16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C16E

Black with #52C16E

Text Example


Text Example

White with #52C16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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