Shades of Kelly Green #41BF0A
Tints of Kelly Green #41BF0A
RGB
CMYK
RGB Variations
Color information
#41BF0A (or 0x41BF0A) is known color: Kelly Green. HEX triplet: 41, BF and 0A. RGB value is (65,191,10). Sum of RGB (Red+Green+Blue) = 65+191+10=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 191 (75% from 255 or 71.80% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BF0A is #BE40F5. Grayscale: #858585. Windows color (decimal): -12468470 or 704321. OLE color: 704321.
HSL color Cylindrical-coordinate representation of color #41BF0A: hue angle of 101.77º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41BF0A is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 10 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.25 |
| HSL | 101.77º | 0.9% | 0.39% | - |
| HSV(B) | 101.77º | 0.95% | 0.75% | - |
| XYZ | 20.87 | 38.41 | 6.6 | - |
| YUV | 132.69 | 58.76 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 10 | 0.66 | 0 | 0.95 | 0.25 | 101.77 | 0.9 | 0.39 |
| Hex | 41 | BF | A | 42 | 0 | 5F | 19 | 66 | 5A | 27 |
| Octal | 101 | 277 | 12 | 102 | 0 | 137 | 31 | 146 | 132 | 47 |
| Binary | 1000001 | 10111111 | 1010 | 1000010 | 0 | 1011111 | 11001 | 1100110 | 1011010 | 100111 |
Color Harmonies of #41BF0A
Complementary color
Monochromatic Colors of #41BF0A
Black with #41BF0A
Text Example
Text Example
White with #41BF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF0A; }
p { color: rgb(65,191,10); }
H1.HeaderClassName
{
color: #41BF0A;
}
.AnyTagClassName
{
color: #41BF0A;
}
</style>
background-color css
<style>
a { background-color: #41BF0A; }
a { background-color: rgb(65,191,10); }
div.DivClassName
{
background-color: #41BF0A;
}
.BgClassName
{
background-color: #41BF0A;
}
</style>
border-color css
<style>
span { border-color: #41BF0A; }
span { border-color: rgb(65,191,10); }
td.TdClassName
{
border-color: #41BF0A;
}
.TagClassName
{
border-color: #41BF0A;
}
</style>