Html Css Color HEX #5FBA7E Emerald

📋 copy color: '#5FBA7E'

red 95 ◦ green 186 ◦ blue 126

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

Shades of Emerald #5FBA7E

Tints of Emerald #5FBA7E

RGB

 RED value IS 95 (37.5% from 255) = 23.34%

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

 BLUE value IS 126 (49.61% from 255) = 30.96%

R = 23.34%
G = 45.7%
B = 30.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#5FBA7E (or 0x5FBA7E) is known color: Emerald. HEX triplet: 5F, BA and 7E. RGB value is (95,186,126). Sum of RGB (Red+Green+Blue) = 95+186+126=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA7E is #A04581. Grayscale: #989898. Windows color (decimal): -10503554 or 8305247. OLE color: 8305247.

HSL color Cylindrical-coordinate representation of color #5FBA7E: hue angle of 140.44º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBA7E is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 186 126 -
CMYK 0.49 0 0.32 0.27
HSL 140.44º 0.4% 0.55% -
HSV(B) 140.44º 0.49% 0.73% -
XYZ 26.04 39.06 25.9 -
YUV 151.95 113.35 87.38 -
System Red Green Blue C M Y K H S L
Decimal 95 186 126 0.49 0 0.32 0.27 140.44 0.4 0.55
Hex 5F BA 7E 31 0 20 1B 8C 28 37
Octal 137 272 176 61 0 40 33 214 50 67
Binary 1011111 10111010 1111110 110001 0 100000 11011 10001100 101000 110111

Color Harmonies of #5FBA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBA7E

Black with #5FBA7E

Text Example


Text Example

White with #5FBA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FBA7E; }

 p { color: rgb(95,186,126); }

 H1.HeaderClassName
 {
   color: #5FBA7E;
 }
 .AnyTagClassName
 {
   color: #5FBA7E;
 }
</style>

background-color css

<style>
 a { background-color: #5FBA7E; }

 a { background-color: rgb(95,186,126); }

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

border-color css

<style>
 span { border-color: #5FBA7E; }

 span { border-color: rgb(95,186,126); }

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