Shades of Fiji Green #5D8002
Tints of Fiji Green #5D8002
RGB
CMYK
RGB Variations
Color information
#5D8002 (or 0x5D8002) is known color: Fiji Green. HEX triplet: 5D, 80 and 02. RGB value is (93,128,2). Sum of RGB (Red+Green+Blue) = 93+128+2=223 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.70% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #5D8002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8002 is #A27FFD. Grayscale: #676767. Windows color (decimal): -10649598 or 163933. OLE color: 163933.
HSL color Cylindrical-coordinate representation of color #5D8002: hue angle of 76.67º 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 #5D8002 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 128 | 2 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.50 |
| HSL | 76.67º | 0.97% | 0.25% | - |
| HSV(B) | 76.67º | 0.98% | 0.5% | - |
| XYZ | 12.24 | 17.77 | 2.84 | - |
| YUV | 103.17 | 70.9 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 128 | 2 | 0.27 | 0 | 0.98 | 0.50 | 76.67 | 0.97 | 0.25 |
| Hex | 5D | 80 | 2 | 1B | 0 | 62 | 32 | 4D | 61 | 19 |
| Octal | 135 | 200 | 2 | 33 | 0 | 142 | 62 | 115 | 141 | 31 |
| Binary | 1011101 | 10000000 | 10 | 11011 | 0 | 1100010 | 110010 | 1001101 | 1100001 | 11001 |
Color Harmonies of #5D8002
Complementary color
Monochromatic Colors of #5D8002
Black with #5D8002
Text Example
Text Example
White with #5D8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8002; }
p { color: rgb(93,128,2); }
H1.HeaderClassName
{
color: #5D8002;
}
.AnyTagClassName
{
color: #5D8002;
}
</style>
background-color css
<style>
a { background-color: #5D8002; }
a { background-color: rgb(93,128,2); }
div.DivClassName
{
background-color: #5D8002;
}
.BgClassName
{
background-color: #5D8002;
}
</style>
border-color css
<style>
span { border-color: #5D8002; }
span { border-color: rgb(93,128,2); }
td.TdClassName
{
border-color: #5D8002;
}
.TagClassName
{
border-color: #5D8002;
}
</style>