Shades of Kelly Green #41D010
Tints of Kelly Green #41D010
RGB
CMYK
RGB Variations
Color information
#41D010 (or 0x41D010) is known color: Kelly Green. HEX triplet: 41, D0 and 10. RGB value is (65,208,16). Sum of RGB (Red+Green+Blue) = 65+208+16=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 208 (81.64% from 255 or 71.97% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 208 - color contains mainly: green. Hex color #41D010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41D010 is #BE2FEF. Grayscale: #8F8F8F. Windows color (decimal): -12464112 or 1101889. OLE color: 1101889.
HSL color Cylindrical-coordinate representation of color #41D010: hue angle of 104.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41D010 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 16 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.18 |
| HSL | 104.69º | 0.86% | 0.44% | - |
| HSV(B) | 104.69º | 0.92% | 0.82% | - |
| XYZ | 24.83 | 46.27 | 8.11 | - |
| YUV | 143.36 | 56.12 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 16 | 0.69 | 0 | 0.92 | 0.18 | 104.69 | 0.86 | 0.44 |
| Hex | 41 | D0 | 10 | 45 | 0 | 5C | 12 | 69 | 56 | 2C |
| Octal | 101 | 320 | 20 | 105 | 0 | 134 | 22 | 151 | 126 | 54 |
| Binary | 1000001 | 11010000 | 10000 | 1000101 | 0 | 1011100 | 10010 | 1101001 | 1010110 | 101100 |
Color Harmonies of #41D010
Complementary color
Monochromatic Colors of #41D010
Black with #41D010
Text Example
Text Example
White with #41D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D010; }
p { color: rgb(65,208,16); }
H1.HeaderClassName
{
color: #41D010;
}
.AnyTagClassName
{
color: #41D010;
}
</style>
background-color css
<style>
a { background-color: #41D010; }
a { background-color: rgb(65,208,16); }
div.DivClassName
{
background-color: #41D010;
}
.BgClassName
{
background-color: #41D010;
}
</style>
border-color css
<style>
span { border-color: #41D010; }
span { border-color: rgb(65,208,16); }
td.TdClassName
{
border-color: #41D010;
}
.TagClassName
{
border-color: #41D010;
}
</style>