Shades of Kelly Green #41BF0F
Tints of Kelly Green #41BF0F
RGB
CMYK
RGB Variations
Color information
#41BF0F (or 0x41BF0F) is known color: Kelly Green. HEX triplet: 41, BF and 0F. RGB value is (65,191,15). Sum of RGB (Red+Green+Blue) = 65+191+15=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 191 (75% from 255 or 70.48% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BF0F is #BE40F0. Grayscale: #858585. Windows color (decimal): -12468465 or 1032001. OLE color: 1032001.
HSL color Cylindrical-coordinate representation of color #41BF0F: hue angle of 102.95º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41BF0F is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 15 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.25 |
| HSL | 102.95º | 0.85% | 0.4% | - |
| HSV(B) | 102.95º | 0.92% | 0.75% | - |
| XYZ | 20.9 | 38.42 | 6.77 | - |
| YUV | 133.26 | 61.26 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 15 | 0.66 | 0 | 0.92 | 0.25 | 102.95 | 0.85 | 0.4 |
| Hex | 41 | BF | F | 42 | 0 | 5C | 19 | 67 | 55 | 28 |
| Octal | 101 | 277 | 17 | 102 | 0 | 134 | 31 | 147 | 125 | 50 |
| Binary | 1000001 | 10111111 | 1111 | 1000010 | 0 | 1011100 | 11001 | 1100111 | 1010101 | 101000 |
Color Harmonies of #41BF0F
Complementary color
Monochromatic Colors of #41BF0F
Black with #41BF0F
Text Example
Text Example
White with #41BF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF0F; }
p { color: rgb(65,191,15); }
H1.HeaderClassName
{
color: #41BF0F;
}
.AnyTagClassName
{
color: #41BF0F;
}
</style>
background-color css
<style>
a { background-color: #41BF0F; }
a { background-color: rgb(65,191,15); }
div.DivClassName
{
background-color: #41BF0F;
}
.BgClassName
{
background-color: #41BF0F;
}
</style>
border-color css
<style>
span { border-color: #41BF0F; }
span { border-color: rgb(65,191,15); }
td.TdClassName
{
border-color: #41BF0F;
}
.TagClassName
{
border-color: #41BF0F;
}
</style>