Shades of Kelly Green #41BF04
Tints of Kelly Green #41BF04
RGB
CMYK
RGB Variations
Color information
#41BF04 (or 0x41BF04) is known color: Kelly Green. HEX triplet: 41, BF and 04. RGB value is (65,191,4). Sum of RGB (Red+Green+Blue) = 65+191+4=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 191 (75% from 255 or 73.46% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BF04 is #BE40FB. Grayscale: #848484. Windows color (decimal): -12468476 or 311105. OLE color: 311105.
HSL color Cylindrical-coordinate representation of color #41BF04: hue angle of 100.43º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41BF04 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 4 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.25 |
| HSL | 100.43º | 0.96% | 0.38% | - |
| HSV(B) | 100.43º | 0.98% | 0.75% | - |
| XYZ | 20.83 | 38.39 | 6.43 | - |
| YUV | 132.01 | 55.76 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 4 | 0.66 | 0 | 0.98 | 0.25 | 100.43 | 0.96 | 0.38 |
| Hex | 41 | BF | 4 | 42 | 0 | 62 | 19 | 64 | 60 | 26 |
| Octal | 101 | 277 | 4 | 102 | 0 | 142 | 31 | 144 | 140 | 46 |
| Binary | 1000001 | 10111111 | 100 | 1000010 | 0 | 1100010 | 11001 | 1100100 | 1100000 | 100110 |
Color Harmonies of #41BF04
Complementary color
Monochromatic Colors of #41BF04
Black with #41BF04
Text Example
Text Example
White with #41BF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF04; }
p { color: rgb(65,191,4); }
H1.HeaderClassName
{
color: #41BF04;
}
.AnyTagClassName
{
color: #41BF04;
}
</style>
background-color css
<style>
a { background-color: #41BF04; }
a { background-color: rgb(65,191,4); }
div.DivClassName
{
background-color: #41BF04;
}
.BgClassName
{
background-color: #41BF04;
}
</style>
border-color css
<style>
span { border-color: #41BF04; }
span { border-color: rgb(65,191,4); }
td.TdClassName
{
border-color: #41BF04;
}
.TagClassName
{
border-color: #41BF04;
}
</style>