Shades of Kelly Green #41BC10
Tints of Kelly Green #41BC10
RGB
CMYK
RGB Variations
Color information
#41BC10 (or 0x41BC10) is known color: Kelly Green. HEX triplet: 41, BC and 10. RGB value is (65,188,16). Sum of RGB (Red+Green+Blue) = 65+188+16=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BC10 is #BE43EF. Grayscale: #848484. Windows color (decimal): -12469232 or 1096769. OLE color: 1096769.
HSL color Cylindrical-coordinate representation of color #41BC10: hue angle of 102.91º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41BC10 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 188 | 16 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.26 |
| HSL | 102.91º | 0.84% | 0.4% | - |
| HSV(B) | 102.91º | 0.91% | 0.74% | - |
| XYZ | 20.26 | 37.13 | 6.59 | - |
| YUV | 131.62 | 62.75 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 188 | 16 | 0.65 | 0 | 0.91 | 0.26 | 102.91 | 0.84 | 0.4 |
| Hex | 41 | BC | 10 | 41 | 0 | 5B | 1A | 67 | 54 | 28 |
| Octal | 101 | 274 | 20 | 101 | 0 | 133 | 32 | 147 | 124 | 50 |
| Binary | 1000001 | 10111100 | 10000 | 1000001 | 0 | 1011011 | 11010 | 1100111 | 1010100 | 101000 |
Color Harmonies of #41BC10
Complementary color
Monochromatic Colors of #41BC10
Black with #41BC10
Text Example
Text Example
White with #41BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BC10; }
p { color: rgb(65,188,16); }
H1.HeaderClassName
{
color: #41BC10;
}
.AnyTagClassName
{
color: #41BC10;
}
</style>
background-color css
<style>
a { background-color: #41BC10; }
a { background-color: rgb(65,188,16); }
div.DivClassName
{
background-color: #41BC10;
}
.BgClassName
{
background-color: #41BC10;
}
</style>
border-color css
<style>
span { border-color: #41BC10; }
span { border-color: rgb(65,188,16); }
td.TdClassName
{
border-color: #41BC10;
}
.TagClassName
{
border-color: #41BC10;
}
</style>