Shades of Kelly Green #549F00
Tints of Kelly Green #549F00
RGB
CMYK
RGB Variations
Color information
#549F00 (or 0x549F00) is known color: Kelly Green. HEX triplet: 54, 9F and 00. RGB value is (84,159,0). Sum of RGB (Red+Green+Blue) = 84+159+0=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 159 (62.5% from 255 or 65.43% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 159 - color contains mainly: green. Hex color #549F00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549F00 is #AB60FF. Grayscale: #777777. Windows color (decimal): -11231488 or 40788. OLE color: 40788.
HSL color Cylindrical-coordinate representation of color #549F00: hue angle of 88.3º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #549F00 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 159 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.38 |
| HSL | 88.3º | 1% | 0.31% | - |
| HSV(B) | 88.3º | 1% | 0.62% | - |
| XYZ | 16.05 | 26.68 | 4.3 | - |
| YUV | 118.45 | 61.15 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 159 | 0 | 0.47 | 0 | 1 | 0.38 | 88.3 | 1 | 0.31 |
| Hex | 54 | 9F | 0 | 2F | 0 | 64 | 26 | 58 | 64 | 1F |
| Octal | 124 | 237 | 0 | 57 | 0 | 144 | 46 | 130 | 144 | 37 |
| Binary | 1010100 | 10011111 | 0 | 101111 | 0 | 1100100 | 100110 | 1011000 | 1100100 | 11111 |
Color Harmonies of #549F00
Complementary color
Monochromatic Colors of #549F00
Black with #549F00
Text Example
Text Example
White with #549F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549F00; }
p { color: rgb(84,159,0); }
H1.HeaderClassName
{
color: #549F00;
}
.AnyTagClassName
{
color: #549F00;
}
</style>
background-color css
<style>
a { background-color: #549F00; }
a { background-color: rgb(84,159,0); }
div.DivClassName
{
background-color: #549F00;
}
.BgClassName
{
background-color: #549F00;
}
</style>
border-color css
<style>
span { border-color: #549F00; }
span { border-color: rgb(84,159,0); }
td.TdClassName
{
border-color: #549F00;
}
.TagClassName
{
border-color: #549F00;
}
</style>