Html Css Color HEX #52C485 Emerald

📋 copy color: '#52C485'

red 82 ◦ green 196 ◦ blue 133

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

Shades of Emerald #52C485

Tints of Emerald #52C485

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.69%

 BLUE value IS 133 (52.34% from 255) = 32.36%

R = 19.95%
G = 47.69%
B = 32.36%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#52C485 (or 0x52C485) is known color: Emerald. HEX triplet: 52, C4 and 85. RGB value is (82,196,133). Sum of RGB (Red+Green+Blue) = 82+196+133=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #52C485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C485 is #AD3B7A. Grayscale: #9A9A9A. Windows color (decimal): -11352955 or 8766546. OLE color: 8766546.

HSL color Cylindrical-coordinate representation of color #52C485: hue angle of 146.84º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C485 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 196 133 -
CMYK 0.58 0 0.32 0.23
HSL 146.84º 0.49% 0.55% -
HSV(B) 146.84º 0.58% 0.77% -
XYZ 27.45 42.97 29.04 -
YUV 154.73 115.73 76.12 -
System Red Green Blue C M Y K H S L
Decimal 82 196 133 0.58 0 0.32 0.23 146.84 0.49 0.55
Hex 52 C4 85 3A 0 20 17 93 31 37
Octal 122 304 205 72 0 40 27 223 61 67
Binary 1010010 11000100 10000101 111010 0 100000 10111 10010011 110001 110111

Color Harmonies of #52C485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C485

Black with #52C485

Text Example


Text Example

White with #52C485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,196,133); }

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

background-color css

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

 a { background-color: rgb(82,196,133); }

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

border-color css

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

 span { border-color: rgb(82,196,133); }

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