Shades of Fiji Green #517E00
Tints of Fiji Green #517E00
RGB
CMYK
RGB Variations
Color information
#517E00 (or 0x517E00) is known color: Fiji Green. HEX triplet: 51, 7E and 00. RGB value is (81,126,0). Sum of RGB (Red+Green+Blue) = 81+126+0=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 126 (49.61% from 255 or 60.87% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 126 - color contains mainly: green. Hex color #517E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517E00 is #AE81FF. Grayscale: #626262. Windows color (decimal): -11436544 or 32337. OLE color: 32337.
HSL color Cylindrical-coordinate representation of color #517E00: hue angle of 81.43º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #517E00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 126 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.51 |
| HSL | 81.43º | 1% | 0.25% | - |
| HSV(B) | 81.43º | 1% | 0.49% | - |
| XYZ | 10.85 | 16.67 | 2.65 | - |
| YUV | 98.18 | 72.59 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 0 | 0.36 | 0 | 1 | 0.51 | 81.43 | 1 | 0.25 |
| Hex | 51 | 7E | 0 | 24 | 0 | 64 | 33 | 51 | 64 | 19 |
| Octal | 121 | 176 | 0 | 44 | 0 | 144 | 63 | 121 | 144 | 31 |
| Binary | 1010001 | 1111110 | 0 | 100100 | 0 | 1100100 | 110011 | 1010001 | 1100100 | 11001 |
Color Harmonies of #517E00
Complementary color
Monochromatic Colors of #517E00
Black with #517E00
Text Example
Text Example
White with #517E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517E00; }
p { color: rgb(81,126,0); }
H1.HeaderClassName
{
color: #517E00;
}
.AnyTagClassName
{
color: #517E00;
}
</style>
background-color css
<style>
a { background-color: #517E00; }
a { background-color: rgb(81,126,0); }
div.DivClassName
{
background-color: #517E00;
}
.BgClassName
{
background-color: #517E00;
}
</style>
border-color css
<style>
span { border-color: #517E00; }
span { border-color: rgb(81,126,0); }
td.TdClassName
{
border-color: #517E00;
}
.TagClassName
{
border-color: #517E00;
}
</style>