Shades of Kelly Green #41BC07
Tints of Kelly Green #41BC07
RGB
CMYK
RGB Variations
Color information
#41BC07 (or 0x41BC07) is known color: Kelly Green. HEX triplet: 41, BC and 07. RGB value is (65,188,7). Sum of RGB (Red+Green+Blue) = 65+188+7=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 188 (73.83% from 255 or 72.31% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BC07 is #BE43F8. Grayscale: #838383. Windows color (decimal): -12469241 or 506945. OLE color: 506945.
HSL color Cylindrical-coordinate representation of color #41BC07: hue angle of 100.77º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41BC07 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 188 | 7 | - |
| CMYK | 0.65 | 0 | 0.96 | 0.26 |
| HSL | 100.77º | 0.93% | 0.38% | - |
| HSV(B) | 100.77º | 0.96% | 0.74% | - |
| XYZ | 20.2 | 37.11 | 6.3 | - |
| YUV | 130.59 | 58.25 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 188 | 7 | 0.65 | 0 | 0.96 | 0.26 | 100.77 | 0.93 | 0.38 |
| Hex | 41 | BC | 7 | 41 | 0 | 60 | 1A | 65 | 5D | 26 |
| Octal | 101 | 274 | 7 | 101 | 0 | 140 | 32 | 145 | 135 | 46 |
| Binary | 1000001 | 10111100 | 111 | 1000001 | 0 | 1100000 | 11010 | 1100101 | 1011101 | 100110 |
Color Harmonies of #41BC07
Complementary color
Monochromatic Colors of #41BC07
Black with #41BC07
Text Example
Text Example
White with #41BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BC07; }
p { color: rgb(65,188,7); }
H1.HeaderClassName
{
color: #41BC07;
}
.AnyTagClassName
{
color: #41BC07;
}
</style>
background-color css
<style>
a { background-color: #41BC07; }
a { background-color: rgb(65,188,7); }
div.DivClassName
{
background-color: #41BC07;
}
.BgClassName
{
background-color: #41BC07;
}
</style>
border-color css
<style>
span { border-color: #41BC07; }
span { border-color: rgb(65,188,7); }
td.TdClassName
{
border-color: #41BC07;
}
.TagClassName
{
border-color: #41BC07;
}
</style>