Shades of Fiji Green #5D7C21
Tints of Fiji Green #5D7C21
RGB
CMYK
RGB Variations
Color information
#5D7C21 (or 0x5D7C21) is known color: Fiji Green. HEX triplet: 5D, 7C and 21. RGB value is (93,124,33). Sum of RGB (Red+Green+Blue) = 93+124+33=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #5D7C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7C21 is #A283DE. Grayscale: #686868. Windows color (decimal): -10650591 or 2194525. OLE color: 2194525.
HSL color Cylindrical-coordinate representation of color #5D7C21: hue angle of 80.44º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D7C21 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 124 | 33 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.51 |
| HSL | 80.44º | 0.58% | 0.31% | - |
| HSV(B) | 80.44º | 0.73% | 0.49% | - |
| XYZ | 12 | 16.85 | 4.06 | - |
| YUV | 104.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 124 | 33 | 0.25 | 0 | 0.73 | 0.51 | 80.44 | 0.58 | 0.31 |
| Hex | 5D | 7C | 21 | 19 | 0 | 49 | 33 | 50 | 3A | 1F |
| Octal | 135 | 174 | 41 | 31 | 0 | 111 | 63 | 120 | 72 | 37 |
| Binary | 1011101 | 1111100 | 100001 | 11001 | 0 | 1001001 | 110011 | 1010000 | 111010 | 11111 |
Color Harmonies of #5D7C21
Complementary color
Monochromatic Colors of #5D7C21
Black with #5D7C21
Text Example
Text Example
White with #5D7C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7C21; }
p { color: rgb(93,124,33); }
H1.HeaderClassName
{
color: #5D7C21;
}
.AnyTagClassName
{
color: #5D7C21;
}
</style>
background-color css
<style>
a { background-color: #5D7C21; }
a { background-color: rgb(93,124,33); }
div.DivClassName
{
background-color: #5D7C21;
}
.BgClassName
{
background-color: #5D7C21;
}
</style>
border-color css
<style>
span { border-color: #5D7C21; }
span { border-color: rgb(93,124,33); }
td.TdClassName
{
border-color: #5D7C21;
}
.TagClassName
{
border-color: #5D7C21;
}
</style>