Shades of Kelly Green #41D805
Tints of Kelly Green #41D805
RGB
CMYK
RGB Variations
Color information
#41D805 (or 0x41D805) is known color: Kelly Green. HEX triplet: 41, D8 and 05. RGB value is (65,216,5). Sum of RGB (Red+Green+Blue) = 65+216+5=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 216 (84.77% from 255 or 75.52% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 216 - color contains mainly: green. Hex color #41D805 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41D805 is #BE27FA. Grayscale: #939393. Windows color (decimal): -12462075 or 383041. OLE color: 383041.
HSL color Cylindrical-coordinate representation of color #41D805: hue angle of 102.94º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41D805 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 216 | 5 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.15 |
| HSL | 102.94º | 0.95% | 0.43% | - |
| HSV(B) | 102.94º | 0.98% | 0.85% | - |
| XYZ | 26.76 | 50.25 | 8.43 | - |
| YUV | 146.8 | 47.97 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 216 | 5 | 0.70 | 0 | 0.98 | 0.15 | 102.94 | 0.95 | 0.43 |
| Hex | 41 | D8 | 5 | 46 | 0 | 62 | F | 67 | 5F | 2B |
| Octal | 101 | 330 | 5 | 106 | 0 | 142 | 17 | 147 | 137 | 53 |
| Binary | 1000001 | 11011000 | 101 | 1000110 | 0 | 1100010 | 1111 | 1100111 | 1011111 | 101011 |
Color Harmonies of #41D805
Complementary color
Monochromatic Colors of #41D805
Black with #41D805
Text Example
Text Example
White with #41D805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D805; }
p { color: rgb(65,216,5); }
H1.HeaderClassName
{
color: #41D805;
}
.AnyTagClassName
{
color: #41D805;
}
</style>
background-color css
<style>
a { background-color: #41D805; }
a { background-color: rgb(65,216,5); }
div.DivClassName
{
background-color: #41D805;
}
.BgClassName
{
background-color: #41D805;
}
</style>
border-color css
<style>
span { border-color: #41D805; }
span { border-color: rgb(65,216,5); }
td.TdClassName
{
border-color: #41D805;
}
.TagClassName
{
border-color: #41D805;
}
</style>