Shades of Kelly Green #41CA1D
Tints of Kelly Green #41CA1D
RGB
CMYK
RGB Variations
Color information
#41CA1D (or 0x41CA1D) is known color: Kelly Green. HEX triplet: 41, CA and 1D. RGB value is (65,202,29). Sum of RGB (Red+Green+Blue) = 65+202+29=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 202 (79.30% from 255 or 68.24% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CA1D is #BE35E2. Grayscale: #8D8D8D. Windows color (decimal): -12465635 or 1952321. OLE color: 1952321.
HSL color Cylindrical-coordinate representation of color #41CA1D: hue angle of 107.51º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41CA1D is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 202 | 29 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.21 |
| HSL | 107.51º | 0.75% | 0.45% | - |
| HSV(B) | 107.51º | 0.86% | 0.79% | - |
| XYZ | 23.52 | 43.45 | 8.31 | - |
| YUV | 141.32 | 64.61 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 202 | 29 | 0.68 | 0 | 0.86 | 0.21 | 107.51 | 0.75 | 0.45 |
| Hex | 41 | CA | 1D | 44 | 0 | 56 | 15 | 6C | 4B | 2D |
| Octal | 101 | 312 | 35 | 104 | 0 | 126 | 25 | 154 | 113 | 55 |
| Binary | 1000001 | 11001010 | 11101 | 1000100 | 0 | 1010110 | 10101 | 1101100 | 1001011 | 101101 |
Color Harmonies of #41CA1D
Complementary color
Monochromatic Colors of #41CA1D
Black with #41CA1D
Text Example
Text Example
White with #41CA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CA1D; }
p { color: rgb(65,202,29); }
H1.HeaderClassName
{
color: #41CA1D;
}
.AnyTagClassName
{
color: #41CA1D;
}
</style>
background-color css
<style>
a { background-color: #41CA1D; }
a { background-color: rgb(65,202,29); }
div.DivClassName
{
background-color: #41CA1D;
}
.BgClassName
{
background-color: #41CA1D;
}
</style>
border-color css
<style>
span { border-color: #41CA1D; }
span { border-color: rgb(65,202,29); }
td.TdClassName
{
border-color: #41CA1D;
}
.TagClassName
{
border-color: #41CA1D;
}
</style>