Html Css Color HEX #53BE7D Emerald

📋 copy color: '#53BE7D'

red 83 ◦ green 190 ◦ blue 125

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

Shades of Emerald #53BE7D

Tints of Emerald #53BE7D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.74%

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 20.85%
G = 47.74%
B = 31.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#53BE7D (or 0x53BE7D) is known color: Emerald. HEX triplet: 53, BE and 7D. RGB value is (83,190,125). Sum of RGB (Red+Green+Blue) = 83+190+125=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BE7D is #AC4182. Grayscale: #969696. Windows color (decimal): -11288963 or 8240723. OLE color: 8240723.

HSL color Cylindrical-coordinate representation of color #53BE7D: hue angle of 143.55º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BE7D is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 190 125 -
CMYK 0.56 0 0.34 0.25
HSL 143.55º 0.45% 0.54% -
HSV(B) 143.55º 0.56% 0.75% -
XYZ 25.68 40.15 25.8 -
YUV 150.6 113.55 79.79 -
System Red Green Blue C M Y K H S L
Decimal 83 190 125 0.56 0 0.34 0.25 143.55 0.45 0.54
Hex 53 BE 7D 38 0 22 19 90 2D 36
Octal 123 276 175 70 0 42 31 220 55 66
Binary 1010011 10111110 1111101 111000 0 100010 11001 10010000 101101 110110

Color Harmonies of #53BE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BE7D

Black with #53BE7D

Text Example


Text Example

White with #53BE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,190,125); }

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

background-color css

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

 a { background-color: rgb(83,190,125); }

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

border-color css

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

 span { border-color: rgb(83,190,125); }

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