Shades of Fiji Green #5E8002
Tints of Fiji Green #5E8002
RGB
CMYK
RGB Variations
Color information
#5E8002 (or 0x5E8002) is known color: Fiji Green. HEX triplet: 5E, 80 and 02. RGB value is (94,128,2). Sum of RGB (Red+Green+Blue) = 94+128+2=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #5E8002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8002 is #A17FFD. Grayscale: #676767. Windows color (decimal): -10584062 or 163934. OLE color: 163934.
HSL color Cylindrical-coordinate representation of color #5E8002: hue angle of 76.19º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E8002 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 128 | 2 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.50 |
| HSL | 76.19º | 0.97% | 0.25% | - |
| HSV(B) | 76.19º | 0.98% | 0.5% | - |
| XYZ | 12.35 | 17.82 | 2.85 | - |
| YUV | 103.47 | 70.74 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 2 | 0.27 | 0 | 0.98 | 0.50 | 76.19 | 0.97 | 0.25 |
| Hex | 5E | 80 | 2 | 1B | 0 | 62 | 32 | 4C | 61 | 19 |
| Octal | 136 | 200 | 2 | 33 | 0 | 142 | 62 | 114 | 141 | 31 |
| Binary | 1011110 | 10000000 | 10 | 11011 | 0 | 1100010 | 110010 | 1001100 | 1100001 | 11001 |
Color Harmonies of #5E8002
Complementary color
Monochromatic Colors of #5E8002
Black with #5E8002
Text Example
Text Example
White with #5E8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8002; }
p { color: rgb(94,128,2); }
H1.HeaderClassName
{
color: #5E8002;
}
.AnyTagClassName
{
color: #5E8002;
}
</style>
background-color css
<style>
a { background-color: #5E8002; }
a { background-color: rgb(94,128,2); }
div.DivClassName
{
background-color: #5E8002;
}
.BgClassName
{
background-color: #5E8002;
}
</style>
border-color css
<style>
span { border-color: #5E8002; }
span { border-color: rgb(94,128,2); }
td.TdClassName
{
border-color: #5E8002;
}
.TagClassName
{
border-color: #5E8002;
}
</style>