Shades of Kelly Green #41CE05
Tints of Kelly Green #41CE05
RGB
CMYK
RGB Variations
Color information
#41CE05 (or 0x41CE05) is known color: Kelly Green. HEX triplet: 41, CE and 05. RGB value is (65,206,5). Sum of RGB (Red+Green+Blue) = 65+206+5=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 206 (80.86% from 255 or 74.64% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 206 - color contains mainly: green. Hex color #41CE05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41CE05 is #BE31FA. Grayscale: #8D8D8D. Windows color (decimal): -12464635 or 380481. OLE color: 380481.
HSL color Cylindrical-coordinate representation of color #41CE05: hue angle of 102.09º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41CE05 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 5 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.19 |
| HSL | 102.09º | 0.95% | 0.41% | - |
| HSV(B) | 102.09º | 0.98% | 0.81% | - |
| XYZ | 24.28 | 45.28 | 7.6 | - |
| YUV | 140.93 | 51.29 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 5 | 0.68 | 0 | 0.98 | 0.19 | 102.09 | 0.95 | 0.41 |
| Hex | 41 | CE | 5 | 44 | 0 | 62 | 13 | 66 | 5F | 29 |
| Octal | 101 | 316 | 5 | 104 | 0 | 142 | 23 | 146 | 137 | 51 |
| Binary | 1000001 | 11001110 | 101 | 1000100 | 0 | 1100010 | 10011 | 1100110 | 1011111 | 101001 |
Color Harmonies of #41CE05
Complementary color
Monochromatic Colors of #41CE05
Black with #41CE05
Text Example
Text Example
White with #41CE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CE05; }
p { color: rgb(65,206,5); }
H1.HeaderClassName
{
color: #41CE05;
}
.AnyTagClassName
{
color: #41CE05;
}
</style>
background-color css
<style>
a { background-color: #41CE05; }
a { background-color: rgb(65,206,5); }
div.DivClassName
{
background-color: #41CE05;
}
.BgClassName
{
background-color: #41CE05;
}
</style>
border-color css
<style>
span { border-color: #41CE05; }
span { border-color: rgb(65,206,5); }
td.TdClassName
{
border-color: #41CE05;
}
.TagClassName
{
border-color: #41CE05;
}
</style>