Html Css Color HEX #53D485 Emerald

📋 copy color: '#53D485'

red 83 ◦ green 212 ◦ blue 133

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

Shades of Emerald #53D485

Tints of Emerald #53D485

RGB

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

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

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

R = 19.39%
G = 49.53%
B = 31.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#53D485 (or 0x53D485) is known color: Emerald. HEX triplet: 53, D4 and 85. RGB value is (83,212,133). Sum of RGB (Red+Green+Blue) = 83+212+133=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 212 (83.20% from 255 or 49.53% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 212 - color contains mainly: green. Hex color #53D485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D485 is #AC2B7A. Grayscale: #A4A4A4. Windows color (decimal): -11283323 or 8770643. OLE color: 8770643.

HSL color Cylindrical-coordinate representation of color #53D485: hue angle of 143.26º 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 #53D485 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 212 133 -
CMYK 0.61 0 0.37 0.17
HSL 143.26º 0.6% 0.58% -
HSV(B) 143.26º 0.61% 0.83% -
XYZ 31.34 50.62 30.31 -
YUV 164.42 110.26 69.92 -
System Red Green Blue C M Y K H S L
Decimal 83 212 133 0.61 0 0.37 0.17 143.26 0.6 0.58
Hex 53 D4 85 3D 0 25 11 8F 3C 3A
Octal 123 324 205 75 0 45 21 217 74 72
Binary 1010011 11010100 10000101 111101 0 100101 10001 10001111 111100 111010

Color Harmonies of #53D485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D485

Black with #53D485

Text Example


Text Example

White with #53D485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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