Html Css Color HEX #53BB70 Emerald

📋 copy color: '#53BB70'

red 83 ◦ green 187 ◦ blue 112

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

Shades of Emerald #53BB70

Tints of Emerald #53BB70

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.95%

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 21.73%
G = 48.95%
B = 29.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#53BB70 (or 0x53BB70) is known color: Emerald. HEX triplet: 53, BB and 70. RGB value is (83,187,112). Sum of RGB (Red+Green+Blue) = 83+187+112=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BB70 is #AC448F. Grayscale: #939393. Windows color (decimal): -11289744 or 7387987. OLE color: 7387987.

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

Color convert

RGB 83 187 112 -
CMYK 0.56 0 0.40 0.27
HSL 136.73º 0.43% 0.53% -
HSV(B) 136.73º 0.56% 0.73% -
XYZ 24.26 38.55 21.49 -
YUV 147.35 108.04 82.1 -
System Red Green Blue C M Y K H S L
Decimal 83 187 112 0.56 0 0.40 0.27 136.73 0.43 0.53
Hex 53 BB 70 38 0 28 1B 89 2B 35
Octal 123 273 160 70 0 50 33 211 53 65
Binary 1010011 10111011 1110000 111000 0 101000 11011 10001001 101011 110101

Color Harmonies of #53BB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BB70

Black with #53BB70

Text Example


Text Example

White with #53BB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,187,112); }

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

background-color css

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

 a { background-color: rgb(83,187,112); }

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

border-color css

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

 span { border-color: rgb(83,187,112); }

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