Shades of Fiji Green #547E02
Tints of Fiji Green #547E02
RGB
CMYK
RGB Variations
Color information
#547E02 (or 0x547E02) is known color: Fiji Green. HEX triplet: 54, 7E and 02. RGB value is (84,126,2). Sum of RGB (Red+Green+Blue) = 84+126+2=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 126 (49.61% from 255 or 59.43% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 126 - color contains mainly: green. Hex color #547E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547E02 is #AB81FD. Grayscale: #636363. Windows color (decimal): -11239934 or 163412. OLE color: 163412.
HSL color Cylindrical-coordinate representation of color #547E02: hue angle of 80.32º 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 #547E02 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 126 | 2 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.51 |
| HSL | 80.32º | 0.97% | 0.25% | - |
| HSV(B) | 80.32º | 0.98% | 0.49% | - |
| XYZ | 11.13 | 16.81 | 2.72 | - |
| YUV | 99.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 2 | 0.33 | 0 | 0.98 | 0.51 | 80.32 | 0.97 | 0.25 |
| Hex | 54 | 7E | 2 | 21 | 0 | 62 | 33 | 50 | 61 | 19 |
| Octal | 124 | 176 | 2 | 41 | 0 | 142 | 63 | 120 | 141 | 31 |
| Binary | 1010100 | 1111110 | 10 | 100001 | 0 | 1100010 | 110011 | 1010000 | 1100001 | 11001 |
Color Harmonies of #547E02
Complementary color
Monochromatic Colors of #547E02
Black with #547E02
Text Example
Text Example
White with #547E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547E02; }
p { color: rgb(84,126,2); }
H1.HeaderClassName
{
color: #547E02;
}
.AnyTagClassName
{
color: #547E02;
}
</style>
background-color css
<style>
a { background-color: #547E02; }
a { background-color: rgb(84,126,2); }
div.DivClassName
{
background-color: #547E02;
}
.BgClassName
{
background-color: #547E02;
}
</style>
border-color css
<style>
span { border-color: #547E02; }
span { border-color: rgb(84,126,2); }
td.TdClassName
{
border-color: #547E02;
}
.TagClassName
{
border-color: #547E02;
}
</style>