Html Css Color HEX #52C16B Emerald

📋 copy color: '#52C16B'

red 82 ◦ green 193 ◦ blue 107

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

Shades of Emerald #52C16B

Tints of Emerald #52C16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 21.47%
G = 50.52%
B = 28.01%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#52C16B (or 0x52C16B) is known color: Emerald. HEX triplet: 52, C1 and 6B. RGB value is (82,193,107). Sum of RGB (Red+Green+Blue) = 82+193+107=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #52C16B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C16B is #AD3E94. Grayscale: #969696. Windows color (decimal): -11353749 or 7061842. OLE color: 7061842.

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

Color convert

RGB 82 193 107 -
CMYK 0.58 0 0.45 0.24
HSL 133.51º 0.47% 0.54% -
HSV(B) 133.51º 0.58% 0.76% -
XYZ 25.2 41 20.49 -
YUV 150.01 103.73 79.49 -
System Red Green Blue C M Y K H S L
Decimal 82 193 107 0.58 0 0.45 0.24 133.51 0.47 0.54
Hex 52 C1 6B 3A 0 2D 18 86 2F 36
Octal 122 301 153 72 0 55 30 206 57 66
Binary 1010010 11000001 1101011 111010 0 101101 11000 10000110 101111 110110

Color Harmonies of #52C16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C16B

Black with #52C16B

Text Example


Text Example

White with #52C16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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