Html Css Color HEX #53D86B Emerald

📋 copy color: '#53D86B'

red 83 ◦ green 216 ◦ blue 107

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

Shades of Emerald #53D86B

Tints of Emerald #53D86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.2%

 BLUE value IS 107 (42.19% from 255) = 26.35%

R = 20.44%
G = 53.2%
B = 26.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#53D86B (or 0x53D86B) is known color: Emerald. HEX triplet: 53, D8 and 6B. RGB value is (83,216,107). Sum of RGB (Red+Green+Blue) = 83+216+107=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #53D86B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D86B is #AC2794. Grayscale: #A4A4A4. Windows color (decimal): -11282325 or 7067731. OLE color: 7067731.

HSL color Cylindrical-coordinate representation of color #53D86B: hue angle of 130.83º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D86B is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 216 107 -
CMYK 0.62 0 0.50 0.15
HSL 130.83º 0.63% 0.59% -
HSV(B) 130.83º 0.62% 0.85% -
XYZ 30.78 52.01 22.33 -
YUV 163.81 95.94 70.36 -
System Red Green Blue C M Y K H S L
Decimal 83 216 107 0.62 0 0.50 0.15 130.83 0.63 0.59
Hex 53 D8 6B 3E 0 32 F 83 3F 3B
Octal 123 330 153 76 0 62 17 203 77 73
Binary 1010011 11011000 1101011 111110 0 110010 1111 10000011 111111 111011

Color Harmonies of #53D86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D86B

Black with #53D86B

Text Example


Text Example

White with #53D86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,216,107); }

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

background-color css

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

 a { background-color: rgb(83,216,107); }

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

border-color css

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

 span { border-color: rgb(83,216,107); }

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