Html Css Color HEX #5FBC7A Emerald

📋 copy color: '#5FBC7A'

red 95 ◦ green 188 ◦ blue 122

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

Shades of Emerald #5FBC7A

Tints of Emerald #5FBC7A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.42%

 BLUE value IS 122 (48.05% from 255) = 30.12%

R = 23.46%
G = 46.42%
B = 30.12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#5FBC7A (or 0x5FBC7A) is known color: Emerald. HEX triplet: 5F, BC and 7A. RGB value is (95,188,122). Sum of RGB (Red+Green+Blue) = 95+188+122=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC7A is #A04385. Grayscale: #989898. Windows color (decimal): -10503046 or 8043615. OLE color: 8043615.

HSL color Cylindrical-coordinate representation of color #5FBC7A: hue angle of 137.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBC7A is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 188 122 -
CMYK 0.49 0 0.35 0.26
HSL 137.42º 0.41% 0.55% -
HSV(B) 137.42º 0.49% 0.74% -
XYZ 26.22 39.8 24.71 -
YUV 152.67 110.69 86.87 -
System Red Green Blue C M Y K H S L
Decimal 95 188 122 0.49 0 0.35 0.26 137.42 0.41 0.55
Hex 5F BC 7A 31 0 23 1A 89 29 37
Octal 137 274 172 61 0 43 32 211 51 67
Binary 1011111 10111100 1111010 110001 0 100011 11010 10001001 101001 110111

Color Harmonies of #5FBC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBC7A

Black with #5FBC7A

Text Example


Text Example

White with #5FBC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,188,122); }

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

background-color css

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

 a { background-color: rgb(95,188,122); }

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

border-color css

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

 span { border-color: rgb(95,188,122); }

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