Shades of Kelly Green #41BC1F
Tints of Kelly Green #41BC1F
RGB
CMYK
RGB Variations
Color information
#41BC1F (or 0x41BC1F) is known color: Kelly Green. HEX triplet: 41, BC and 1F. RGB value is (65,188,31). Sum of RGB (Red+Green+Blue) = 65+188+31=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 188 (73.83% from 255 or 66.20% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BC1F is #BE43E0. Grayscale: #858585. Windows color (decimal): -12469217 or 2079809. OLE color: 2079809.
HSL color Cylindrical-coordinate representation of color #41BC1F: hue angle of 107.01º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41BC1F is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 188 | 31 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.26 |
| HSL | 107.01º | 0.72% | 0.43% | - |
| HSV(B) | 107.01º | 0.84% | 0.74% | - |
| XYZ | 20.41 | 37.19 | 7.4 | - |
| YUV | 133.33 | 70.25 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 188 | 31 | 0.65 | 0 | 0.84 | 0.26 | 107.01 | 0.72 | 0.43 |
| Hex | 41 | BC | 1F | 41 | 0 | 54 | 1A | 6B | 48 | 2B |
| Octal | 101 | 274 | 37 | 101 | 0 | 124 | 32 | 153 | 110 | 53 |
| Binary | 1000001 | 10111100 | 11111 | 1000001 | 0 | 1010100 | 11010 | 1101011 | 1001000 | 101011 |
Color Harmonies of #41BC1F
Complementary color
Monochromatic Colors of #41BC1F
Black with #41BC1F
Text Example
Text Example
White with #41BC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BC1F; }
p { color: rgb(65,188,31); }
H1.HeaderClassName
{
color: #41BC1F;
}
.AnyTagClassName
{
color: #41BC1F;
}
</style>
background-color css
<style>
a { background-color: #41BC1F; }
a { background-color: rgb(65,188,31); }
div.DivClassName
{
background-color: #41BC1F;
}
.BgClassName
{
background-color: #41BC1F;
}
</style>
border-color css
<style>
span { border-color: #41BC1F; }
span { border-color: rgb(65,188,31); }
td.TdClassName
{
border-color: #41BC1F;
}
.TagClassName
{
border-color: #41BC1F;
}
</style>