Html Css Color HEX #53D36A Emerald

📋 copy color: '#53D36A'

red 83 ◦ green 211 ◦ blue 106

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

Shades of Emerald #53D36A

Tints of Emerald #53D36A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.75%

 BLUE value IS 106 (41.8% from 255) = 26.5%

R = 20.75%
G = 52.75%
B = 26.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#53D36A (or 0x53D36A) is known color: Emerald. HEX triplet: 53, D3 and 6A. RGB value is (83,211,106). Sum of RGB (Red+Green+Blue) = 83+211+106=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 211 (82.81% from 255 or 52.75% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 211 - color contains mainly: green. Hex color #53D36A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D36A is #AC2C95. Grayscale: #A1A1A1. Windows color (decimal): -11283606 or 7000915. OLE color: 7000915.

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

Color convert

RGB 83 211 106 -
CMYK 0.61 0 0.50 0.17
HSL 130.78º 0.59% 0.58% -
HSV(B) 130.78º 0.61% 0.83% -
XYZ 29.46 49.47 21.63 -
YUV 160.76 97.09 72.54 -
System Red Green Blue C M Y K H S L
Decimal 83 211 106 0.61 0 0.50 0.17 130.78 0.59 0.58
Hex 53 D3 6A 3D 0 32 11 83 3B 3A
Octal 123 323 152 75 0 62 21 203 73 72
Binary 1010011 11010011 1101010 111101 0 110010 10001 10000011 111011 111010

Color Harmonies of #53D36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D36A

Black with #53D36A

Text Example


Text Example

White with #53D36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,211,106); }

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

background-color css

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

 a { background-color: rgb(83,211,106); }

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

border-color css

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

 span { border-color: rgb(83,211,106); }

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