#5FBE7D

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

Shades of Emerald #5FBE7D

Tints of Emerald #5FBE7D

Color information

#5FBE7D (or 0x5FBE7D) is unknown color: approx Emerald. HEX triplet: 5F, BE and 7D. RGB value is (95,190,125). Sum of RGB (Red+Green+Blue) = 95+190+125=410 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.17% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBE7D is #A04182. Grayscale: #9A9A9A. Windows color (decimal): -10502531 or 8240735. OLE color: 8240735.

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

Color convert

RGB95190125-
CMYK0.500.340.25
HSL138.95º42.22%55.88%-
HSV(B)138.95º50%74.51%-
XYZ26.8340.7425.85-
YUV154.18111.5385.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.17%
GREEN value IS 190 (74.61% from 255) = 46.34%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=23.17%
G=46.34%
B=30.49%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951901250.500.340.25138.9542.2255.88
Hex5FBE7D32022198b2a38
Octal13727617562042312135270
Binary101111110111110111110111001001000101100110001011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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