Shades of Fiji Green #5E6300
Tints of Fiji Green #5E6300
RGB
CMYK
RGB Variations
Color information
#5E6300 (or 0x5E6300) is known color: Fiji Green. HEX triplet: 5E, 63 and 00. RGB value is (94,99,0). Sum of RGB (Red+Green+Blue) = 94+99+0=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6300 is #A19CFF. Grayscale: #565656. Windows color (decimal): -10591488 or 25438. OLE color: 25438.
HSL color Cylindrical-coordinate representation of color #5E6300: hue angle of 63.03º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E6300 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.61 |
| HSL | 63.03º | 1% | 0.19% | - |
| HSV(B) | 63.03º | 1% | 0.39% | - |
| XYZ | 9.08 | 11.3 | 1.7 | - |
| YUV | 86.22 | 79.34 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 0 | 0.05 | 0 | 1 | 0.61 | 63.03 | 1 | 0.19 |
| Hex | 5E | 63 | 0 | 5 | 0 | 64 | 3D | 3F | 64 | 13 |
| Octal | 136 | 143 | 0 | 5 | 0 | 144 | 75 | 77 | 144 | 23 |
| Binary | 1011110 | 1100011 | 0 | 101 | 0 | 1100100 | 111101 | 111111 | 1100100 | 10011 |
Color Harmonies of #5E6300
Complementary color
Monochromatic Colors of #5E6300
Black with #5E6300
Text Example
Text Example
White with #5E6300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6300; }
p { color: rgb(94,99,0); }
H1.HeaderClassName
{
color: #5E6300;
}
.AnyTagClassName
{
color: #5E6300;
}
</style>
background-color css
<style>
a { background-color: #5E6300; }
a { background-color: rgb(94,99,0); }
div.DivClassName
{
background-color: #5E6300;
}
.BgClassName
{
background-color: #5E6300;
}
</style>
border-color css
<style>
span { border-color: #5E6300; }
span { border-color: rgb(94,99,0); }
td.TdClassName
{
border-color: #5E6300;
}
.TagClassName
{
border-color: #5E6300;
}
</style>