Shades of Kelly Green #41AF01
Tints of Kelly Green #41AF01
RGB
CMYK
RGB Variations
Color information
#41AF01 (or 0x41AF01) is known color: Kelly Green. HEX triplet: 41, AF and 01. RGB value is (65,175,1). Sum of RGB (Red+Green+Blue) = 65+175+1=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 175 (68.75% from 255 or 72.61% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41AF01 is #BE50FE. Grayscale: #7A7A7A. Windows color (decimal): -12472575 or 110401. OLE color: 110401.
HSL color Cylindrical-coordinate representation of color #41AF01: hue angle of 97.93º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41AF01 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 175 | 1 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.31 |
| HSL | 97.93º | 0.99% | 0.35% | - |
| HSV(B) | 97.93º | 0.99% | 0.69% | - |
| XYZ | 17.52 | 31.79 | 5.24 | - |
| YUV | 122.27 | 59.56 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 175 | 1 | 0.63 | 0 | 0.99 | 0.31 | 97.93 | 0.99 | 0.35 |
| Hex | 41 | AF | 1 | 3F | 0 | 63 | 1F | 62 | 63 | 23 |
| Octal | 101 | 257 | 1 | 77 | 0 | 143 | 37 | 142 | 143 | 43 |
| Binary | 1000001 | 10101111 | 1 | 111111 | 0 | 1100011 | 11111 | 1100010 | 1100011 | 100011 |
Color Harmonies of #41AF01
Complementary color
Monochromatic Colors of #41AF01
Black with #41AF01
Text Example
Text Example
White with #41AF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AF01; }
p { color: rgb(65,175,1); }
H1.HeaderClassName
{
color: #41AF01;
}
.AnyTagClassName
{
color: #41AF01;
}
</style>
background-color css
<style>
a { background-color: #41AF01; }
a { background-color: rgb(65,175,1); }
div.DivClassName
{
background-color: #41AF01;
}
.BgClassName
{
background-color: #41AF01;
}
</style>
border-color css
<style>
span { border-color: #41AF01; }
span { border-color: rgb(65,175,1); }
td.TdClassName
{
border-color: #41AF01;
}
.TagClassName
{
border-color: #41AF01;
}
</style>