Shades of Fiji Green #5E5F11
Tints of Fiji Green #5E5F11
RGB
CMYK
RGB Variations
Color information
#5E5F11 (or 0x5E5F11) is known color: Fiji Green. HEX triplet: 5E, 5F and 11. RGB value is (94,95,17). Sum of RGB (Red+Green+Blue) = 94+95+17=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #5E5F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5F11 is #A1A0EE. Grayscale: #565656. Windows color (decimal): -10592495 or 1138526. OLE color: 1138526.
HSL color Cylindrical-coordinate representation of color #5E5F11: hue angle of 60.77º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E5F11 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 95 | 17 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.63 |
| HSL | 60.77º | 0.7% | 0.22% | - |
| HSV(B) | 60.77º | 0.82% | 0.37% | - |
| XYZ | 8.81 | 10.6 | 2.11 | - |
| YUV | 85.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 95 | 17 | 0.01 | 0 | 0.82 | 0.63 | 60.77 | 0.7 | 0.22 |
| Hex | 5E | 5F | 11 | 1 | 0 | 52 | 3F | 3D | 46 | 16 |
| Octal | 136 | 137 | 21 | 1 | 0 | 122 | 77 | 75 | 106 | 26 |
| Binary | 1011110 | 1011111 | 10001 | 1 | 0 | 1010010 | 111111 | 111101 | 1000110 | 10110 |
Color Harmonies of #5E5F11
Complementary color
Monochromatic Colors of #5E5F11
Black with #5E5F11
Text Example
Text Example
White with #5E5F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5F11; }
p { color: rgb(94,95,17); }
H1.HeaderClassName
{
color: #5E5F11;
}
.AnyTagClassName
{
color: #5E5F11;
}
</style>
background-color css
<style>
a { background-color: #5E5F11; }
a { background-color: rgb(94,95,17); }
div.DivClassName
{
background-color: #5E5F11;
}
.BgClassName
{
background-color: #5E5F11;
}
</style>
border-color css
<style>
span { border-color: #5E5F11; }
span { border-color: rgb(94,95,17); }
td.TdClassName
{
border-color: #5E5F11;
}
.TagClassName
{
border-color: #5E5F11;
}
</style>