Shades of Kelly Green #41BE07
Tints of Kelly Green #41BE07
RGB
CMYK
RGB Variations
Color information
#41BE07 (or 0x41BE07) is known color: Kelly Green. HEX triplet: 41, BE and 07. RGB value is (65,190,7). Sum of RGB (Red+Green+Blue) = 65+190+7=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 190 (74.61% from 255 or 72.52% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BE07 is #BE41F8. Grayscale: #848484. Windows color (decimal): -12468729 or 507457. OLE color: 507457.
HSL color Cylindrical-coordinate representation of color #41BE07: hue angle of 100.98º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41BE07 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 190 | 7 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.25 |
| HSL | 100.98º | 0.93% | 0.39% | - |
| HSV(B) | 100.98º | 0.96% | 0.75% | - |
| XYZ | 20.63 | 37.97 | 6.44 | - |
| YUV | 131.76 | 57.59 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 7 | 0.66 | 0 | 0.96 | 0.25 | 100.98 | 0.93 | 0.39 |
| Hex | 41 | BE | 7 | 42 | 0 | 60 | 19 | 65 | 5D | 27 |
| Octal | 101 | 276 | 7 | 102 | 0 | 140 | 31 | 145 | 135 | 47 |
| Binary | 1000001 | 10111110 | 111 | 1000010 | 0 | 1100000 | 11001 | 1100101 | 1011101 | 100111 |
Color Harmonies of #41BE07
Complementary color
Monochromatic Colors of #41BE07
Black with #41BE07
Text Example
Text Example
White with #41BE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BE07; }
p { color: rgb(65,190,7); }
H1.HeaderClassName
{
color: #41BE07;
}
.AnyTagClassName
{
color: #41BE07;
}
</style>
background-color css
<style>
a { background-color: #41BE07; }
a { background-color: rgb(65,190,7); }
div.DivClassName
{
background-color: #41BE07;
}
.BgClassName
{
background-color: #41BE07;
}
</style>
border-color css
<style>
span { border-color: #41BE07; }
span { border-color: rgb(65,190,7); }
td.TdClassName
{
border-color: #41BE07;
}
.TagClassName
{
border-color: #41BE07;
}
</style>