Html Css Color HEX #52C16F Emerald

📋 copy color: '#52C16F'

red 82 ◦ green 193 ◦ blue 111

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

Shades of Emerald #52C16F

Tints of Emerald #52C16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.76%

R = 21.24%
G = 50%
B = 28.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#52C16F (or 0x52C16F) is known color: Emerald. HEX triplet: 52, C1 and 6F. RGB value is (82,193,111). Sum of RGB (Red+Green+Blue) = 82+193+111=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #52C16F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C16F is #AD3E90. Grayscale: #969696. Windows color (decimal): -11353745 or 7323986. OLE color: 7323986.

HSL color Cylindrical-coordinate representation of color #52C16F: hue angle of 135.68º 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 #52C16F is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 111 -
CMYK 0.58 0 0.42 0.24
HSL 135.68º 0.47% 0.54% -
HSV(B) 135.68º 0.58% 0.76% -
XYZ 25.42 41.08 21.63 -
YUV 150.46 105.73 79.17 -
System Red Green Blue C M Y K H S L
Decimal 82 193 111 0.58 0 0.42 0.24 135.68 0.47 0.54
Hex 52 C1 6F 3A 0 2A 18 88 2F 36
Octal 122 301 157 72 0 52 30 210 57 66
Binary 1010010 11000001 1101111 111010 0 101010 11000 10001000 101111 110110

Color Harmonies of #52C16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C16F

Black with #52C16F

Text Example


Text Example

White with #52C16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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