Shades of Fiji Green #5E7902
Tints of Fiji Green #5E7902
RGB
CMYK
RGB Variations
Color information
#5E7902 (or 0x5E7902) is known color: Fiji Green. HEX triplet: 5E, 79 and 02. RGB value is (94,121,2). Sum of RGB (Red+Green+Blue) = 94+121+2=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7902 is #A186FD. Grayscale: #636363. Windows color (decimal): -10585854 or 162142. OLE color: 162142.
HSL color Cylindrical-coordinate representation of color #5E7902: hue angle of 73.61º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E7902 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 121 | 2 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.53 |
| HSL | 73.61º | 0.97% | 0.24% | - |
| HSV(B) | 73.61º | 0.98% | 0.47% | - |
| XYZ | 11.46 | 16.06 | 2.55 | - |
| YUV | 99.36 | 73.05 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 121 | 2 | 0.22 | 0 | 0.98 | 0.53 | 73.61 | 0.97 | 0.24 |
| Hex | 5E | 79 | 2 | 16 | 0 | 62 | 35 | 4A | 61 | 18 |
| Octal | 136 | 171 | 2 | 26 | 0 | 142 | 65 | 112 | 141 | 30 |
| Binary | 1011110 | 1111001 | 10 | 10110 | 0 | 1100010 | 110101 | 1001010 | 1100001 | 11000 |
Color Harmonies of #5E7902
Complementary color
Monochromatic Colors of #5E7902
Black with #5E7902
Text Example
Text Example
White with #5E7902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7902; }
p { color: rgb(94,121,2); }
H1.HeaderClassName
{
color: #5E7902;
}
.AnyTagClassName
{
color: #5E7902;
}
</style>
background-color css
<style>
a { background-color: #5E7902; }
a { background-color: rgb(94,121,2); }
div.DivClassName
{
background-color: #5E7902;
}
.BgClassName
{
background-color: #5E7902;
}
</style>
border-color css
<style>
span { border-color: #5E7902; }
span { border-color: rgb(94,121,2); }
td.TdClassName
{
border-color: #5E7902;
}
.TagClassName
{
border-color: #5E7902;
}
</style>