Shades of Kelly Green #41D510
Tints of Kelly Green #41D510
RGB
CMYK
RGB Variations
Color information
#41D510 (or 0x41D510) is known color: Kelly Green. HEX triplet: 41, D5 and 10. RGB value is (65,213,16). Sum of RGB (Red+Green+Blue) = 65+213+16=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 213 (83.59% from 255 or 72.45% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 213 - color contains mainly: green. Hex color #41D510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41D510 is #BE2AEF. Grayscale: #929292. Windows color (decimal): -12462832 or 1103169. OLE color: 1103169.
HSL color Cylindrical-coordinate representation of color #41D510: hue angle of 105.08º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41D510 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 213 | 16 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.16 |
| HSL | 105.08º | 0.86% | 0.45% | - |
| HSV(B) | 105.08º | 0.92% | 0.84% | - |
| XYZ | 26.07 | 48.75 | 8.53 | - |
| YUV | 146.29 | 54.47 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 213 | 16 | 0.69 | 0 | 0.92 | 0.16 | 105.08 | 0.86 | 0.45 |
| Hex | 41 | D5 | 10 | 45 | 0 | 5C | 10 | 69 | 56 | 2D |
| Octal | 101 | 325 | 20 | 105 | 0 | 134 | 20 | 151 | 126 | 55 |
| Binary | 1000001 | 11010101 | 10000 | 1000101 | 0 | 1011100 | 10000 | 1101001 | 1010110 | 101101 |
Color Harmonies of #41D510
Complementary color
Monochromatic Colors of #41D510
Black with #41D510
Text Example
Text Example
White with #41D510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D510; }
p { color: rgb(65,213,16); }
H1.HeaderClassName
{
color: #41D510;
}
.AnyTagClassName
{
color: #41D510;
}
</style>
background-color css
<style>
a { background-color: #41D510; }
a { background-color: rgb(65,213,16); }
div.DivClassName
{
background-color: #41D510;
}
.BgClassName
{
background-color: #41D510;
}
</style>
border-color css
<style>
span { border-color: #41D510; }
span { border-color: rgb(65,213,16); }
td.TdClassName
{
border-color: #41D510;
}
.TagClassName
{
border-color: #41D510;
}
</style>