Shades of Kelly Green #41BF20
Tints of Kelly Green #41BF20
RGB
CMYK
RGB Variations
Color information
#41BF20 (or 0x41BF20) is known color: Kelly Green. HEX triplet: 41, BF and 20. RGB value is (65,191,32). Sum of RGB (Red+Green+Blue) = 65+191+32=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 191 (75% from 255 or 66.32% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BF20 is #BE40DF. Grayscale: #878787. Windows color (decimal): -12468448 or 2146113. OLE color: 2146113.
HSL color Cylindrical-coordinate representation of color #41BF20: hue angle of 107.55º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41BF20 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 32 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.25 |
| HSL | 107.55º | 0.71% | 0.44% | - |
| HSV(B) | 107.55º | 0.83% | 0.75% | - |
| XYZ | 21.07 | 38.49 | 7.69 | - |
| YUV | 135.2 | 69.76 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 32 | 0.66 | 0 | 0.83 | 0.25 | 107.55 | 0.71 | 0.44 |
| Hex | 41 | BF | 20 | 42 | 0 | 53 | 19 | 6C | 47 | 2C |
| Octal | 101 | 277 | 40 | 102 | 0 | 123 | 31 | 154 | 107 | 54 |
| Binary | 1000001 | 10111111 | 100000 | 1000010 | 0 | 1010011 | 11001 | 1101100 | 1000111 | 101100 |
Color Harmonies of #41BF20
Complementary color
Monochromatic Colors of #41BF20
Black with #41BF20
Text Example
Text Example
White with #41BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF20; }
p { color: rgb(65,191,32); }
H1.HeaderClassName
{
color: #41BF20;
}
.AnyTagClassName
{
color: #41BF20;
}
</style>
background-color css
<style>
a { background-color: #41BF20; }
a { background-color: rgb(65,191,32); }
div.DivClassName
{
background-color: #41BF20;
}
.BgClassName
{
background-color: #41BF20;
}
</style>
border-color css
<style>
span { border-color: #41BF20; }
span { border-color: rgb(65,191,32); }
td.TdClassName
{
border-color: #41BF20;
}
.TagClassName
{
border-color: #41BF20;
}
</style>