Shades of Kelly Green #41BD13
Tints of Kelly Green #41BD13
RGB
CMYK
RGB Variations
Color information
#41BD13 (or 0x41BD13) is known color: Kelly Green. HEX triplet: 41, BD and 13. RGB value is (65,189,19). Sum of RGB (Red+Green+Blue) = 65+189+19=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 189 (74.22% from 255 or 69.23% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BD13 is #BE42EC. Grayscale: #858585. Windows color (decimal): -12468973 or 1293633. OLE color: 1293633.
HSL color Cylindrical-coordinate representation of color #41BD13: hue angle of 103.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41BD13 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 189 | 19 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.26 |
| HSL | 103.76º | 0.82% | 0.41% | - |
| HSV(B) | 103.76º | 0.9% | 0.74% | - |
| XYZ | 20.5 | 37.57 | 6.79 | - |
| YUV | 132.54 | 63.92 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 19 | 0.66 | 0 | 0.90 | 0.26 | 103.76 | 0.82 | 0.41 |
| Hex | 41 | BD | 13 | 42 | 0 | 5A | 1A | 68 | 52 | 29 |
| Octal | 101 | 275 | 23 | 102 | 0 | 132 | 32 | 150 | 122 | 51 |
| Binary | 1000001 | 10111101 | 10011 | 1000010 | 0 | 1011010 | 11010 | 1101000 | 1010010 | 101001 |
Color Harmonies of #41BD13
Complementary color
Monochromatic Colors of #41BD13
Black with #41BD13
Text Example
Text Example
White with #41BD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BD13; }
p { color: rgb(65,189,19); }
H1.HeaderClassName
{
color: #41BD13;
}
.AnyTagClassName
{
color: #41BD13;
}
</style>
background-color css
<style>
a { background-color: #41BD13; }
a { background-color: rgb(65,189,19); }
div.DivClassName
{
background-color: #41BD13;
}
.BgClassName
{
background-color: #41BD13;
}
</style>
border-color css
<style>
span { border-color: #41BD13; }
span { border-color: rgb(65,189,19); }
td.TdClassName
{
border-color: #41BD13;
}
.TagClassName
{
border-color: #41BD13;
}
</style>