Shades of Kelly Green #41D215
Tints of Kelly Green #41D215
RGB
CMYK
RGB Variations
Color information
#41D215 (or 0x41D215) is known color: Kelly Green. HEX triplet: 41, D2 and 15. RGB value is (65,210,21). Sum of RGB (Red+Green+Blue) = 65+210+21=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 210 (82.42% from 255 or 70.95% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 210 - color contains mainly: green. Hex color #41D215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41D215 is #BE2DEA. Grayscale: #919191. Windows color (decimal): -12463595 or 1430081. OLE color: 1430081.
HSL color Cylindrical-coordinate representation of color #41D215: hue angle of 106.03º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41D215 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 210 | 21 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.18 |
| HSL | 106.03º | 0.82% | 0.45% | - |
| HSV(B) | 106.03º | 0.9% | 0.82% | - |
| XYZ | 25.36 | 47.27 | 8.5 | - |
| YUV | 145.1 | 57.96 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 210 | 21 | 0.69 | 0 | 0.90 | 0.18 | 106.03 | 0.82 | 0.45 |
| Hex | 41 | D2 | 15 | 45 | 0 | 5A | 12 | 6A | 52 | 2D |
| Octal | 101 | 322 | 25 | 105 | 0 | 132 | 22 | 152 | 122 | 55 |
| Binary | 1000001 | 11010010 | 10101 | 1000101 | 0 | 1011010 | 10010 | 1101010 | 1010010 | 101101 |
Color Harmonies of #41D215
Complementary color
Monochromatic Colors of #41D215
Black with #41D215
Text Example
Text Example
White with #41D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D215; }
p { color: rgb(65,210,21); }
H1.HeaderClassName
{
color: #41D215;
}
.AnyTagClassName
{
color: #41D215;
}
</style>
background-color css
<style>
a { background-color: #41D215; }
a { background-color: rgb(65,210,21); }
div.DivClassName
{
background-color: #41D215;
}
.BgClassName
{
background-color: #41D215;
}
</style>
border-color css
<style>
span { border-color: #41D215; }
span { border-color: rgb(65,210,21); }
td.TdClassName
{
border-color: #41D215;
}
.TagClassName
{
border-color: #41D215;
}
</style>