Html Css Color HEX #52CD8C Emerald

📋 copy color: '#52CD8C'

red 82 ◦ green 205 ◦ blue 140

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

Shades of Emerald #52CD8C

Tints of Emerald #52CD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.01%

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

R = 19.2%
G = 48.01%
B = 32.79%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#52CD8C (or 0x52CD8C) is known color: Emerald. HEX triplet: 52, CD and 8C. RGB value is (82,205,140). Sum of RGB (Red+Green+Blue) = 82+205+140=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CD8C is #AD3273. Grayscale: #A0A0A0. Windows color (decimal): -11350644 or 9227602. OLE color: 9227602.

HSL color Cylindrical-coordinate representation of color #52CD8C: hue angle of 148.29º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CD8C is Cyan = 0.6, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 205 140 -
CMYK 0.6 0 0.32 0.20
HSL 148.29º 0.55% 0.56% -
HSV(B) 148.29º 0.6% 0.8% -
XYZ 30.04 47.35 32.37 -
YUV 160.81 116.25 71.79 -
System Red Green Blue C M Y K H S L
Decimal 82 205 140 0.6 0 0.32 0.20 148.29 0.55 0.56
Hex 52 CD 8C 3C 0 20 14 94 37 38
Octal 122 315 214 74 0 40 24 224 67 70
Binary 1010010 11001101 10001100 111100 0 100000 10100 10010100 110111 111000

Color Harmonies of #52CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CD8C

Black with #52CD8C

Text Example


Text Example

White with #52CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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