Shades of Kelly Green #41BE00
Tints of Kelly Green #41BE00
RGB
CMYK
RGB Variations
Color information
#41BE00 (or 0x41BE00) is known color: Kelly Green. HEX triplet: 41, BE and 00. RGB value is (65,190,0). Sum of RGB (Red+Green+Blue) = 65+190+0=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 190 (74.61% from 255 or 74.51% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BE00 is #BE41FF. Grayscale: #838383. Windows color (decimal): -12468736 or 48705. OLE color: 48705.
HSL color Cylindrical-coordinate representation of color #41BE00: hue angle of 99.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41BE00 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 190 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.25 |
| HSL | 99.47º | 1% | 0.37% | - |
| HSV(B) | 99.47º | 1% | 0.75% | - |
| XYZ | 20.59 | 37.95 | 6.24 | - |
| YUV | 130.97 | 54.09 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 0 | 0.66 | 0 | 1 | 0.25 | 99.47 | 1 | 0.37 |
| Hex | 41 | BE | 0 | 42 | 0 | 64 | 19 | 63 | 64 | 25 |
| Octal | 101 | 276 | 0 | 102 | 0 | 144 | 31 | 143 | 144 | 45 |
| Binary | 1000001 | 10111110 | 0 | 1000010 | 0 | 1100100 | 11001 | 1100011 | 1100100 | 100101 |
Color Harmonies of #41BE00
Complementary color
Monochromatic Colors of #41BE00
Black with #41BE00
Text Example
Text Example
White with #41BE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BE00; }
p { color: rgb(65,190,0); }
H1.HeaderClassName
{
color: #41BE00;
}
.AnyTagClassName
{
color: #41BE00;
}
</style>
background-color css
<style>
a { background-color: #41BE00; }
a { background-color: rgb(65,190,0); }
div.DivClassName
{
background-color: #41BE00;
}
.BgClassName
{
background-color: #41BE00;
}
</style>
border-color css
<style>
span { border-color: #41BE00; }
span { border-color: rgb(65,190,0); }
td.TdClassName
{
border-color: #41BE00;
}
.TagClassName
{
border-color: #41BE00;
}
</style>