Html Css Color HEX #52C271 Emerald

📋 copy color: '#52C271'

red 82 ◦ green 194 ◦ blue 113

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

Shades of Emerald #52C271

Tints of Emerald #52C271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.87%

 BLUE value IS 113 (44.53% from 255) = 29.05%

R = 21.08%
G = 49.87%
B = 29.05%

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

#52C271 (or 0x52C271) is known color: Emerald. HEX triplet: 52, C2 and 71. RGB value is (82,194,113). Sum of RGB (Red+Green+Blue) = 82+194+113=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #52C271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C271 is #AD3D8E. Grayscale: #979797. Windows color (decimal): -11353487 or 7455314. OLE color: 7455314.

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

Color convert

RGB 82 194 113 -
CMYK 0.58 0 0.42 0.24
HSL 136.61º 0.48% 0.54% -
HSV(B) 136.61º 0.58% 0.76% -
XYZ 25.75 41.57 22.29 -
YUV 151.28 106.39 78.59 -
System Red Green Blue C M Y K H S L
Decimal 82 194 113 0.58 0 0.42 0.24 136.61 0.48 0.54
Hex 52 C2 71 3A 0 2A 18 89 30 36
Octal 122 302 161 72 0 52 30 211 60 66
Binary 1010010 11000010 1110001 111010 0 101010 11000 10001001 110000 110110

Color Harmonies of #52C271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C271

Black with #52C271

Text Example


Text Example

White with #52C271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,194,113); }

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

background-color css

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

 a { background-color: rgb(82,194,113); }

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

border-color css

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

 span { border-color: rgb(82,194,113); }

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