Html Css Color HEX #52C583 Emerald

📋 copy color: '#52C583'

red 82 ◦ green 197 ◦ blue 131

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

Shades of Emerald #52C583

Tints of Emerald #52C583

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.05%

 BLUE value IS 131 (51.56% from 255) = 31.95%

R = 20%
G = 48.05%
B = 31.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#52C583 (or 0x52C583) is known color: Emerald. HEX triplet: 52, C5 and 83. RGB value is (82,197,131). Sum of RGB (Red+Green+Blue) = 82+197+131=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #52C583 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C583 is #AD3A7C. Grayscale: #9B9B9B. Windows color (decimal): -11352701 or 8635730. OLE color: 8635730.

HSL color Cylindrical-coordinate representation of color #52C583: hue angle of 145.57º degrees, saturation: 0.5, 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 #52C583 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 131 -
CMYK 0.58 0 0.34 0.23
HSL 145.57º 0.5% 0.55% -
HSV(B) 145.57º 0.58% 0.77% -
XYZ 27.54 43.37 28.39 -
YUV 155.09 114.4 75.87 -
System Red Green Blue C M Y K H S L
Decimal 82 197 131 0.58 0 0.34 0.23 145.57 0.5 0.55
Hex 52 C5 83 3A 0 22 17 92 32 37
Octal 122 305 203 72 0 42 27 222 62 67
Binary 1010010 11000101 10000011 111010 0 100010 10111 10010010 110010 110111

Color Harmonies of #52C583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C583

Black with #52C583

Text Example


Text Example

White with #52C583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,197,131); }

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

background-color css

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

 a { background-color: rgb(82,197,131); }

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

border-color css

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

 span { border-color: rgb(82,197,131); }

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