Shades of Kelly Green #41BF25
Tints of Kelly Green #41BF25
RGB
CMYK
RGB Variations
Color information
#41BF25 (or 0x41BF25) is known color: Kelly Green. HEX triplet: 41, BF and 25. RGB value is (65,191,37). Sum of RGB (Red+Green+Blue) = 65+191+37=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 191 (75% from 255 or 65.19% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BF25 is #BE40DA. Grayscale: #888888. Windows color (decimal): -12468443 or 2473793. OLE color: 2473793.
HSL color Cylindrical-coordinate representation of color #41BF25: hue angle of 109.09º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41BF25 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 37 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.25 |
| HSL | 109.09º | 0.68% | 0.45% | - |
| HSV(B) | 109.09º | 0.81% | 0.75% | - |
| XYZ | 21.14 | 38.52 | 8.07 | - |
| YUV | 135.77 | 72.26 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 37 | 0.66 | 0 | 0.81 | 0.25 | 109.09 | 0.68 | 0.45 |
| Hex | 41 | BF | 25 | 42 | 0 | 51 | 19 | 6D | 44 | 2D |
| Octal | 101 | 277 | 45 | 102 | 0 | 121 | 31 | 155 | 104 | 55 |
| Binary | 1000001 | 10111111 | 100101 | 1000010 | 0 | 1010001 | 11001 | 1101101 | 1000100 | 101101 |
Color Harmonies of #41BF25
Complementary color
Monochromatic Colors of #41BF25
Black with #41BF25
Text Example
Text Example
White with #41BF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF25; }
p { color: rgb(65,191,37); }
H1.HeaderClassName
{
color: #41BF25;
}
.AnyTagClassName
{
color: #41BF25;
}
</style>
background-color css
<style>
a { background-color: #41BF25; }
a { background-color: rgb(65,191,37); }
div.DivClassName
{
background-color: #41BF25;
}
.BgClassName
{
background-color: #41BF25;
}
</style>
border-color css
<style>
span { border-color: #41BF25; }
span { border-color: rgb(65,191,37); }
td.TdClassName
{
border-color: #41BF25;
}
.TagClassName
{
border-color: #41BF25;
}
</style>