Shades of Kelly Green #419F0B
Tints of Kelly Green #419F0B
RGB
CMYK
RGB Variations
Color information
#419F0B (or 0x419F0B) is known color: Kelly Green. HEX triplet: 41, 9F and 0B. RGB value is (65,159,11). Sum of RGB (Red+Green+Blue) = 65+159+11=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 159 (62.5% from 255 or 67.66% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 159 - color contains mainly: green. Hex color #419F0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419F0B is #BE60F4. Grayscale: #727272. Windows color (decimal): -12476661 or 761665. OLE color: 761665.
HSL color Cylindrical-coordinate representation of color #419F0B: hue angle of 98.11º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #419F0B is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 159 | 11 | - |
| CMYK | 0.59 | 0 | 0.93 | 0.38 |
| HSL | 98.11º | 0.87% | 0.33% | - |
| HSV(B) | 98.11º | 0.93% | 0.62% | - |
| XYZ | 14.64 | 25.94 | 4.55 | - |
| YUV | 114.02 | 69.86 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 159 | 11 | 0.59 | 0 | 0.93 | 0.38 | 98.11 | 0.87 | 0.33 |
| Hex | 41 | 9F | B | 3B | 0 | 5D | 26 | 62 | 57 | 21 |
| Octal | 101 | 237 | 13 | 73 | 0 | 135 | 46 | 142 | 127 | 41 |
| Binary | 1000001 | 10011111 | 1011 | 111011 | 0 | 1011101 | 100110 | 1100010 | 1010111 | 100001 |
Color Harmonies of #419F0B
Complementary color
Monochromatic Colors of #419F0B
Black with #419F0B
Text Example
Text Example
White with #419F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419F0B; }
p { color: rgb(65,159,11); }
H1.HeaderClassName
{
color: #419F0B;
}
.AnyTagClassName
{
color: #419F0B;
}
</style>
background-color css
<style>
a { background-color: #419F0B; }
a { background-color: rgb(65,159,11); }
div.DivClassName
{
background-color: #419F0B;
}
.BgClassName
{
background-color: #419F0B;
}
</style>
border-color css
<style>
span { border-color: #419F0B; }
span { border-color: rgb(65,159,11); }
td.TdClassName
{
border-color: #419F0B;
}
.TagClassName
{
border-color: #419F0B;
}
</style>