Shades of Fiji Green #517E02
Tints of Fiji Green #517E02
RGB
CMYK
RGB Variations
Color information
#517E02 (or 0x517E02) is known color: Fiji Green. HEX triplet: 51, 7E and 02. RGB value is (81,126,2). Sum of RGB (Red+Green+Blue) = 81+126+2=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 126 (49.61% from 255 or 60.29% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 126 - color contains mainly: green. Hex color #517E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517E02 is #AE81FD. Grayscale: #626262. Windows color (decimal): -11436542 or 163409. OLE color: 163409.
HSL color Cylindrical-coordinate representation of color #517E02: hue angle of 81.77º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #517E02 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 126 | 2 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.51 |
| HSL | 81.77º | 0.97% | 0.25% | - |
| HSV(B) | 81.77º | 0.98% | 0.49% | - |
| XYZ | 10.87 | 16.68 | 2.7 | - |
| YUV | 98.41 | 73.59 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 2 | 0.36 | 0 | 0.98 | 0.51 | 81.77 | 0.97 | 0.25 |
| Hex | 51 | 7E | 2 | 24 | 0 | 62 | 33 | 52 | 61 | 19 |
| Octal | 121 | 176 | 2 | 44 | 0 | 142 | 63 | 122 | 141 | 31 |
| Binary | 1010001 | 1111110 | 10 | 100100 | 0 | 1100010 | 110011 | 1010010 | 1100001 | 11001 |
Color Harmonies of #517E02
Complementary color
Monochromatic Colors of #517E02
Black with #517E02
Text Example
Text Example
White with #517E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517E02; }
p { color: rgb(81,126,2); }
H1.HeaderClassName
{
color: #517E02;
}
.AnyTagClassName
{
color: #517E02;
}
</style>
background-color css
<style>
a { background-color: #517E02; }
a { background-color: rgb(81,126,2); }
div.DivClassName
{
background-color: #517E02;
}
.BgClassName
{
background-color: #517E02;
}
</style>
border-color css
<style>
span { border-color: #517E02; }
span { border-color: rgb(81,126,2); }
td.TdClassName
{
border-color: #517E02;
}
.TagClassName
{
border-color: #517E02;
}
</style>