Shades of Kelly Green #41A802
Tints of Kelly Green #41A802
RGB
CMYK
RGB Variations
Color information
#41A802 (or 0x41A802) is known color: Kelly Green. HEX triplet: 41, A8 and 02. RGB value is (65,168,2). Sum of RGB (Red+Green+Blue) = 65+168+2=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 168 (66.02% from 255 or 71.49% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 168 - color contains mainly: green. Hex color #41A802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41A802 is #BE57FD. Grayscale: #767676. Windows color (decimal): -12474366 or 174145. OLE color: 174145.
HSL color Cylindrical-coordinate representation of color #41A802: hue angle of 97.23º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41A802 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 65 | 168 | 2 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.34 |
| HSL | 97.23º | 0.98% | 0.33% | - |
| HSV(B) | 97.23º | 0.99% | 0.66% | - |
| XYZ | 16.19 | 29.13 | 4.83 | - |
| YUV | 118.28 | 62.38 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 168 | 2 | 0.61 | 0 | 0.99 | 0.34 | 97.23 | 0.98 | 0.33 |
| Hex | 41 | A8 | 2 | 3D | 0 | 63 | 22 | 61 | 62 | 21 |
| Octal | 101 | 250 | 2 | 75 | 0 | 143 | 42 | 141 | 142 | 41 |
| Binary | 1000001 | 10101000 | 10 | 111101 | 0 | 1100011 | 100010 | 1100001 | 1100010 | 100001 |
Color Harmonies of #41A802
Complementary color
Monochromatic Colors of #41A802
Black with #41A802
Text Example
Text Example
White with #41A802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A802; }
p { color: rgb(65,168,2); }
H1.HeaderClassName
{
color: #41A802;
}
.AnyTagClassName
{
color: #41A802;
}
</style>
background-color css
<style>
a { background-color: #41A802; }
a { background-color: rgb(65,168,2); }
div.DivClassName
{
background-color: #41A802;
}
.BgClassName
{
background-color: #41A802;
}
</style>
border-color css
<style>
span { border-color: #41A802; }
span { border-color: rgb(65,168,2); }
td.TdClassName
{
border-color: #41A802;
}
.TagClassName
{
border-color: #41A802;
}
</style>