Shades of Kelly Green #41CC13
Tints of Kelly Green #41CC13
RGB
CMYK
RGB Variations
Color information
#41CC13 (or 0x41CC13) is known color: Kelly Green. HEX triplet: 41, CC and 13. RGB value is (65,204,19). Sum of RGB (Red+Green+Blue) = 65+204+19=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 204 (80.08% from 255 or 70.83% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 204 - color contains mainly: green. Hex color #41CC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41CC13 is #BE33EC. Grayscale: #8D8D8D. Windows color (decimal): -12465133 or 1297473. OLE color: 1297473.
HSL color Cylindrical-coordinate representation of color #41CC13: hue angle of 105.08º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41CC13 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 204 | 19 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.2 |
| HSL | 105.08º | 0.83% | 0.44% | - |
| HSV(B) | 105.08º | 0.91% | 0.8% | - |
| XYZ | 23.89 | 44.36 | 7.92 | - |
| YUV | 141.35 | 58.95 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 204 | 19 | 0.68 | 0 | 0.91 | 0.2 | 105.08 | 0.83 | 0.44 |
| Hex | 41 | CC | 13 | 44 | 0 | 5B | 14 | 69 | 53 | 2C |
| Octal | 101 | 314 | 23 | 104 | 0 | 133 | 24 | 151 | 123 | 54 |
| Binary | 1000001 | 11001100 | 10011 | 1000100 | 0 | 1011011 | 10100 | 1101001 | 1010011 | 101100 |
Color Harmonies of #41CC13
Complementary color
Monochromatic Colors of #41CC13
Black with #41CC13
Text Example
Text Example
White with #41CC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CC13; }
p { color: rgb(65,204,19); }
H1.HeaderClassName
{
color: #41CC13;
}
.AnyTagClassName
{
color: #41CC13;
}
</style>
background-color css
<style>
a { background-color: #41CC13; }
a { background-color: rgb(65,204,19); }
div.DivClassName
{
background-color: #41CC13;
}
.BgClassName
{
background-color: #41CC13;
}
</style>
border-color css
<style>
span { border-color: #41CC13; }
span { border-color: rgb(65,204,19); }
td.TdClassName
{
border-color: #41CC13;
}
.TagClassName
{
border-color: #41CC13;
}
</style>