Html Css Color HEX #52C282 Emerald

📋 copy color: '#52C282'

red 82 ◦ green 194 ◦ blue 130

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

Shades of Emerald #52C282

Tints of Emerald #52C282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.02%

R = 20.2%
G = 47.78%
B = 32.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#52C282 (or 0x52C282) is known color: Emerald. HEX triplet: 52, C2 and 82. RGB value is (82,194,130). Sum of RGB (Red+Green+Blue) = 82+194+130=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #52C282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C282 is #AD3D7D. Grayscale: #999999. Windows color (decimal): -11353470 or 8569426. OLE color: 8569426.

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

Color convert

RGB 82 194 130 -
CMYK 0.58 0 0.33 0.24
HSL 145.71º 0.48% 0.54% -
HSV(B) 145.71º 0.58% 0.76% -
XYZ 26.8 41.99 27.81 -
YUV 153.22 114.89 77.2 -
System Red Green Blue C M Y K H S L
Decimal 82 194 130 0.58 0 0.33 0.24 145.71 0.48 0.54
Hex 52 C2 82 3A 0 21 18 92 30 36
Octal 122 302 202 72 0 41 30 222 60 66
Binary 1010010 11000010 10000010 111010 0 100001 11000 10010010 110000 110110

Color Harmonies of #52C282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C282

Black with #52C282

Text Example


Text Example

White with #52C282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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