Shades of Fiji Green #5D6211
Tints of Fiji Green #5D6211
RGB
CMYK
RGB Variations
Color information
#5D6211 (or 0x5D6211) is known color: Fiji Green. HEX triplet: 5D, 62 and 11. RGB value is (93,98,17). Sum of RGB (Red+Green+Blue) = 93+98+17=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #5D6211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6211 is #A29DEE. Grayscale: #575757. Windows color (decimal): -10657263 or 1139293. OLE color: 1139293.
HSL color Cylindrical-coordinate representation of color #5D6211: hue angle of 63.7º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D6211 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 98 | 17 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.62 |
| HSL | 63.7º | 0.7% | 0.23% | - |
| HSV(B) | 63.7º | 0.83% | 0.38% | - |
| XYZ | 8.98 | 11.1 | 2.2 | - |
| YUV | 87.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 98 | 17 | 0.05 | 0 | 0.83 | 0.62 | 63.7 | 0.7 | 0.23 |
| Hex | 5D | 62 | 11 | 5 | 0 | 53 | 3E | 40 | 46 | 17 |
| Octal | 135 | 142 | 21 | 5 | 0 | 123 | 76 | 100 | 106 | 27 |
| Binary | 1011101 | 1100010 | 10001 | 101 | 0 | 1010011 | 111110 | 1000000 | 1000110 | 10111 |
Color Harmonies of #5D6211
Complementary color
Monochromatic Colors of #5D6211
Black with #5D6211
Text Example
Text Example
White with #5D6211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6211; }
p { color: rgb(93,98,17); }
H1.HeaderClassName
{
color: #5D6211;
}
.AnyTagClassName
{
color: #5D6211;
}
</style>
background-color css
<style>
a { background-color: #5D6211; }
a { background-color: rgb(93,98,17); }
div.DivClassName
{
background-color: #5D6211;
}
.BgClassName
{
background-color: #5D6211;
}
</style>
border-color css
<style>
span { border-color: #5D6211; }
span { border-color: rgb(93,98,17); }
td.TdClassName
{
border-color: #5D6211;
}
.TagClassName
{
border-color: #5D6211;
}
</style>