Shades of Fiji Green #507E04
Tints of Fiji Green #507E04
RGB
CMYK
RGB Variations
Color information
#507E04 (or 0x507E04) is known color: Fiji Green. HEX triplet: 50, 7E and 04. RGB value is (80,126,4). Sum of RGB (Red+Green+Blue) = 80+126+4=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 126 (49.61% from 255 or 60% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 126 - color contains mainly: green. Hex color #507E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507E04 is #AF81FB. Grayscale: #626262. Windows color (decimal): -11502076 or 294480. OLE color: 294480.
HSL color Cylindrical-coordinate representation of color #507E04: hue angle of 82.62º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #507E04 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 126 | 4 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.51 |
| HSL | 82.62º | 0.94% | 0.25% | - |
| HSV(B) | 82.62º | 0.97% | 0.49% | - |
| XYZ | 10.79 | 16.64 | 2.76 | - |
| YUV | 98.34 | 74.76 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 4 | 0.37 | 0 | 0.97 | 0.51 | 82.62 | 0.94 | 0.25 |
| Hex | 50 | 7E | 4 | 25 | 0 | 61 | 33 | 53 | 5E | 19 |
| Octal | 120 | 176 | 4 | 45 | 0 | 141 | 63 | 123 | 136 | 31 |
| Binary | 1010000 | 1111110 | 100 | 100101 | 0 | 1100001 | 110011 | 1010011 | 1011110 | 11001 |
Color Harmonies of #507E04
Complementary color
Monochromatic Colors of #507E04
Black with #507E04
Text Example
Text Example
White with #507E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507E04; }
p { color: rgb(80,126,4); }
H1.HeaderClassName
{
color: #507E04;
}
.AnyTagClassName
{
color: #507E04;
}
</style>
background-color css
<style>
a { background-color: #507E04; }
a { background-color: rgb(80,126,4); }
div.DivClassName
{
background-color: #507E04;
}
.BgClassName
{
background-color: #507E04;
}
</style>
border-color css
<style>
span { border-color: #507E04; }
span { border-color: rgb(80,126,4); }
td.TdClassName
{
border-color: #507E04;
}
.TagClassName
{
border-color: #507E04;
}
</style>