Html Css Color HEX #53BA6D Emerald

📋 copy color: '#53BA6D'

red 83 ◦ green 186 ◦ blue 109

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

Shades of Emerald #53BA6D

Tints of Emerald #53BA6D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.21%

 BLUE value IS 109 (42.97% from 255) = 28.84%

R = 21.96%
G = 49.21%
B = 28.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#53BA6D (or 0x53BA6D) is known color: Emerald. HEX triplet: 53, BA and 6D. RGB value is (83,186,109). Sum of RGB (Red+Green+Blue) = 83+186+109=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA6D is #AC4592. Grayscale: #929292. Windows color (decimal): -11290003 or 7191123. OLE color: 7191123.

HSL color Cylindrical-coordinate representation of color #53BA6D: hue angle of 135.15º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BA6D is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 186 109 -
CMYK 0.55 0 0.41 0.27
HSL 135.15º 0.43% 0.53% -
HSV(B) 135.15º 0.55% 0.73% -
XYZ 23.89 38.06 20.56 -
YUV 146.43 106.88 82.76 -
System Red Green Blue C M Y K H S L
Decimal 83 186 109 0.55 0 0.41 0.27 135.15 0.43 0.53
Hex 53 BA 6D 37 0 29 1B 87 2B 35
Octal 123 272 155 67 0 51 33 207 53 65
Binary 1010011 10111010 1101101 110111 0 101001 11011 10000111 101011 110101

Color Harmonies of #53BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BA6D

Black with #53BA6D

Text Example


Text Example

White with #53BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,186,109); }

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

background-color css

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

 a { background-color: rgb(83,186,109); }

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

border-color css

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

 span { border-color: rgb(83,186,109); }

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