Html Css Color HEX #52C98C Emerald

📋 copy color: '#52C98C'

red 82 ◦ green 201 ◦ blue 140

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

Shades of Emerald #52C98C

Tints of Emerald #52C98C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.52%

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 19.39%
G = 47.52%
B = 33.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#52C98C (or 0x52C98C) is known color: Emerald. HEX triplet: 52, C9 and 8C. RGB value is (82,201,140). Sum of RGB (Red+Green+Blue) = 82+201+140=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #52C98C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C98C is #AD3673. Grayscale: #9E9E9E. Windows color (decimal): -11351668 or 9226578. OLE color: 9226578.

HSL color Cylindrical-coordinate representation of color #52C98C: hue angle of 149.24º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C98C is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 201 140 -
CMYK 0.59 0 0.30 0.21
HSL 149.24º 0.52% 0.55% -
HSV(B) 149.24º 0.59% 0.79% -
XYZ 29.1 45.46 32.05 -
YUV 158.47 117.58 73.46 -
System Red Green Blue C M Y K H S L
Decimal 82 201 140 0.59 0 0.30 0.21 149.24 0.52 0.55
Hex 52 C9 8C 3B 0 1E 15 95 34 37
Octal 122 311 214 73 0 36 25 225 64 67
Binary 1010010 11001001 10001100 111011 0 11110 10101 10010101 110100 110111

Color Harmonies of #52C98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C98C

Black with #52C98C

Text Example


Text Example

White with #52C98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,201,140); }

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

background-color css

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

 a { background-color: rgb(82,201,140); }

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

border-color css

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

 span { border-color: rgb(82,201,140); }

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