Shades of Kelly Green #41BE12
Tints of Kelly Green #41BE12
RGB
CMYK
RGB Variations
Color information
#41BE12 (or 0x41BE12) is known color: Kelly Green. HEX triplet: 41, BE and 12. RGB value is (65,190,18). Sum of RGB (Red+Green+Blue) = 65+190+18=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 190 (74.61% from 255 or 69.60% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BE12 is #BE41ED. Grayscale: #858585. Windows color (decimal): -12468718 or 1228353. OLE color: 1228353.
HSL color Cylindrical-coordinate representation of color #41BE12: hue angle of 103.6º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41BE12 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 190 | 18 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.25 |
| HSL | 103.6º | 0.83% | 0.41% | - |
| HSV(B) | 103.6º | 0.91% | 0.75% | - |
| XYZ | 20.7 | 37.99 | 6.81 | - |
| YUV | 133.02 | 63.09 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 18 | 0.66 | 0 | 0.91 | 0.25 | 103.6 | 0.83 | 0.41 |
| Hex | 41 | BE | 12 | 42 | 0 | 5B | 19 | 68 | 53 | 29 |
| Octal | 101 | 276 | 22 | 102 | 0 | 133 | 31 | 150 | 123 | 51 |
| Binary | 1000001 | 10111110 | 10010 | 1000010 | 0 | 1011011 | 11001 | 1101000 | 1010011 | 101001 |
Color Harmonies of #41BE12
Complementary color
Monochromatic Colors of #41BE12
Black with #41BE12
Text Example
Text Example
White with #41BE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BE12; }
p { color: rgb(65,190,18); }
H1.HeaderClassName
{
color: #41BE12;
}
.AnyTagClassName
{
color: #41BE12;
}
</style>
background-color css
<style>
a { background-color: #41BE12; }
a { background-color: rgb(65,190,18); }
div.DivClassName
{
background-color: #41BE12;
}
.BgClassName
{
background-color: #41BE12;
}
</style>
border-color css
<style>
span { border-color: #41BE12; }
span { border-color: rgb(65,190,18); }
td.TdClassName
{
border-color: #41BE12;
}
.TagClassName
{
border-color: #41BE12;
}
</style>