Html Css Color HEX #53D490 Emerald

📋 copy color: '#53D490'

red 83 ◦ green 212 ◦ blue 144

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

Shades of Emerald #53D490

Tints of Emerald #53D490

RGB

 RED value IS 83 (32.81% from 255) = 18.91%

 GREEN value IS 212 (83.2% from 255) = 48.29%

 BLUE value IS 144 (56.64% from 255) = 32.8%

R = 18.91%
G = 48.29%
B = 32.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#53D490 (or 0x53D490) is known color: Emerald. HEX triplet: 53, D4 and 90. RGB value is (83,212,144). Sum of RGB (Red+Green+Blue) = 83+212+144=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #53D490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D490 is #AC2B6F. Grayscale: #A5A5A5. Windows color (decimal): -11283312 or 9491539. OLE color: 9491539.

HSL color Cylindrical-coordinate representation of color #53D490: hue angle of 148.37º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D490 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 212 144 -
CMYK 0.61 0 0.32 0.17
HSL 148.37º 0.6% 0.58% -
HSV(B) 148.37º 0.61% 0.83% -
XYZ 32.14 50.94 34.52 -
YUV 165.68 115.76 69.03 -
System Red Green Blue C M Y K H S L
Decimal 83 212 144 0.61 0 0.32 0.17 148.37 0.6 0.58
Hex 53 D4 90 3D 0 20 11 94 3C 3A
Octal 123 324 220 75 0 40 21 224 74 72
Binary 1010011 11010100 10010000 111101 0 100000 10001 10010100 111100 111010

Color Harmonies of #53D490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D490

Black with #53D490

Text Example


Text Example

White with #53D490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53D490; }

 p { color: rgb(83,212,144); }

 H1.HeaderClassName
 {
   color: #53D490;
 }
 .AnyTagClassName
 {
   color: #53D490;
 }
</style>

background-color css

<style>
 a { background-color: #53D490; }

 a { background-color: rgb(83,212,144); }

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

border-color css

<style>
 span { border-color: #53D490; }

 span { border-color: rgb(83,212,144); }

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