#5FBD7D

Color #5FBD7D Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #5FBD7D

Tints of Emerald #5FBD7D

Color information

#5FBD7D (or 0x5FBD7D) is unknown color: approx Emerald. HEX triplet: 5F, BD and 7D. RGB value is (95,189,125). Sum of RGB (Red+Green+Blue) = 95+189+125=409 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.23% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #5FBD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBD7D is #A04282. Grayscale: #999999. Windows color (decimal): -10502787 or 8240479. OLE color: 8240479.

HSL color Cylindrical-coordinate representation of color #5FBD7D: hue angle of 139.15º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBD7D is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB95189125-
CMYK0.5000.340.26
HSL139.15º41.59%55.69%-
HSV(B)139.15º49.74%74.12%-
XYZ26.6240.3125.78-
YUV153.6111.8686.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.23%
GREEN value IS 189 (74.22% from 255) = 46.21%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=23.23%
G=46.21%
B=30.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal951891250.5000.340.26139.1541.5955.69
Hex5FBD7D320221A8b2a38
Octal13727517562042322135270
Binary101111110111101111110111001001000101101010001011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,189,125); }

 H1.HeaderClassName
 {
   color: #5FBD7D;
 }
 .AnyTagClassName
 {
   color: #5FBD7D;
 }
</style>
background-color css

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

 a { background-color: rgb(95,189,125); }

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

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

 span { border-color: rgb(95,189,125); }

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