Shades of Kelly Green #41D003
Tints of Kelly Green #41D003
RGB
CMYK
RGB Variations
Color information
#41D003 (or 0x41D003) is known color: Kelly Green. HEX triplet: 41, D0 and 03. RGB value is (65,208,3). Sum of RGB (Red+Green+Blue) = 65+208+3=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 208 (81.64% from 255 or 75.36% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 208 - color contains mainly: green. Hex color #41D003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41D003 is #BE2FFC. Grayscale: #8E8E8E. Windows color (decimal): -12464125 or 249921. OLE color: 249921.
HSL color Cylindrical-coordinate representation of color #41D003: hue angle of 101.85º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41D003 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 3 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.18 |
| HSL | 101.85º | 0.97% | 0.41% | - |
| HSV(B) | 101.85º | 0.99% | 0.82% | - |
| XYZ | 24.75 | 46.24 | 7.71 | - |
| YUV | 141.87 | 49.62 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 3 | 0.69 | 0 | 0.99 | 0.18 | 101.85 | 0.97 | 0.41 |
| Hex | 41 | D0 | 3 | 45 | 0 | 63 | 12 | 66 | 61 | 29 |
| Octal | 101 | 320 | 3 | 105 | 0 | 143 | 22 | 146 | 141 | 51 |
| Binary | 1000001 | 11010000 | 11 | 1000101 | 0 | 1100011 | 10010 | 1100110 | 1100001 | 101001 |
Color Harmonies of #41D003
Complementary color
Monochromatic Colors of #41D003
Black with #41D003
Text Example
Text Example
White with #41D003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D003; }
p { color: rgb(65,208,3); }
H1.HeaderClassName
{
color: #41D003;
}
.AnyTagClassName
{
color: #41D003;
}
</style>
background-color css
<style>
a { background-color: #41D003; }
a { background-color: rgb(65,208,3); }
div.DivClassName
{
background-color: #41D003;
}
.BgClassName
{
background-color: #41D003;
}
</style>
border-color css
<style>
span { border-color: #41D003; }
span { border-color: rgb(65,208,3); }
td.TdClassName
{
border-color: #41D003;
}
.TagClassName
{
border-color: #41D003;
}
</style>