Shades of Kelly Green #509D03
Tints of Kelly Green #509D03
RGB
CMYK
RGB Variations
Color information
#509D03 (or 0x509D03) is known color: Kelly Green. HEX triplet: 50, 9D and 03. RGB value is (80,157,3). Sum of RGB (Red+Green+Blue) = 80+157+3=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 157 (61.72% from 255 or 65.42% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 157 - color contains mainly: green. Hex color #509D03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509D03 is #AF62FC. Grayscale: #747474. Windows color (decimal): -11494141 or 236880. OLE color: 236880.
HSL color Cylindrical-coordinate representation of color #509D03: hue angle of 90º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #509D03 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 3 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.38 |
| HSL | 90º | 0.96% | 0.31% | - |
| HSV(B) | 90º | 0.98% | 0.62% | - |
| XYZ | 15.38 | 25.83 | 4.26 | - |
| YUV | 116.42 | 63.99 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 3 | 0.49 | 0 | 0.98 | 0.38 | 90 | 0.96 | 0.31 |
| Hex | 50 | 9D | 3 | 31 | 0 | 62 | 26 | 5A | 60 | 1F |
| Octal | 120 | 235 | 3 | 61 | 0 | 142 | 46 | 132 | 140 | 37 |
| Binary | 1010000 | 10011101 | 11 | 110001 | 0 | 1100010 | 100110 | 1011010 | 1100000 | 11111 |
Color Harmonies of #509D03
Complementary color
Monochromatic Colors of #509D03
Black with #509D03
Text Example
Text Example
White with #509D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D03; }
p { color: rgb(80,157,3); }
H1.HeaderClassName
{
color: #509D03;
}
.AnyTagClassName
{
color: #509D03;
}
</style>
background-color css
<style>
a { background-color: #509D03; }
a { background-color: rgb(80,157,3); }
div.DivClassName
{
background-color: #509D03;
}
.BgClassName
{
background-color: #509D03;
}
</style>
border-color css
<style>
span { border-color: #509D03; }
span { border-color: rgb(80,157,3); }
td.TdClassName
{
border-color: #509D03;
}
.TagClassName
{
border-color: #509D03;
}
</style>