Shades of Kelly Green #41AF10
Tints of Kelly Green #41AF10
RGB
CMYK
RGB Variations
Color information
#41AF10 (or 0x41AF10) is known color: Kelly Green. HEX triplet: 41, AF and 10. RGB value is (65,175,16). Sum of RGB (Red+Green+Blue) = 65+175+16=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41AF10 is #BE50EF. Grayscale: #7C7C7C. Windows color (decimal): -12472560 or 1093441. OLE color: 1093441.
HSL color Cylindrical-coordinate representation of color #41AF10: hue angle of 101.51º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41AF10 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 175 | 16 | - |
| CMYK | 0.63 | 0 | 0.91 | 0.31 |
| HSL | 101.51º | 0.83% | 0.37% | - |
| HSV(B) | 101.51º | 0.91% | 0.69% | - |
| XYZ | 17.6 | 31.82 | 5.7 | - |
| YUV | 123.98 | 67.06 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 175 | 16 | 0.63 | 0 | 0.91 | 0.31 | 101.51 | 0.83 | 0.37 |
| Hex | 41 | AF | 10 | 3F | 0 | 5B | 1F | 66 | 53 | 25 |
| Octal | 101 | 257 | 20 | 77 | 0 | 133 | 37 | 146 | 123 | 45 |
| Binary | 1000001 | 10101111 | 10000 | 111111 | 0 | 1011011 | 11111 | 1100110 | 1010011 | 100101 |
Color Harmonies of #41AF10
Complementary color
Monochromatic Colors of #41AF10
Black with #41AF10
Text Example
Text Example
White with #41AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AF10; }
p { color: rgb(65,175,16); }
H1.HeaderClassName
{
color: #41AF10;
}
.AnyTagClassName
{
color: #41AF10;
}
</style>
background-color css
<style>
a { background-color: #41AF10; }
a { background-color: rgb(65,175,16); }
div.DivClassName
{
background-color: #41AF10;
}
.BgClassName
{
background-color: #41AF10;
}
</style>
border-color css
<style>
span { border-color: #41AF10; }
span { border-color: rgb(65,175,16); }
td.TdClassName
{
border-color: #41AF10;
}
.TagClassName
{
border-color: #41AF10;
}
</style>