Shades of Kelly Green #41D102
Tints of Kelly Green #41D102
RGB
CMYK
RGB Variations
Color information
#41D102 (or 0x41D102) is known color: Kelly Green. HEX triplet: 41, D1 and 02. RGB value is (65,209,2). Sum of RGB (Red+Green+Blue) = 65+209+2=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 209 (82.03% from 255 or 75.72% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 209 - color contains mainly: green. Hex color #41D102 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41D102 is #BE2EFD. Grayscale: #8F8F8F. Windows color (decimal): -12463870 or 184641. OLE color: 184641.
HSL color Cylindrical-coordinate representation of color #41D102: hue angle of 101.74º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41D102 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 209 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.18 |
| HSL | 101.74º | 0.98% | 0.41% | - |
| HSV(B) | 101.74º | 0.99% | 0.82% | - |
| XYZ | 24.99 | 46.73 | 7.76 | - |
| YUV | 142.35 | 48.79 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 209 | 2 | 0.69 | 0 | 0.99 | 0.18 | 101.74 | 0.98 | 0.41 |
| Hex | 41 | D1 | 2 | 45 | 0 | 63 | 12 | 66 | 62 | 29 |
| Octal | 101 | 321 | 2 | 105 | 0 | 143 | 22 | 146 | 142 | 51 |
| Binary | 1000001 | 11010001 | 10 | 1000101 | 0 | 1100011 | 10010 | 1100110 | 1100010 | 101001 |
Color Harmonies of #41D102
Complementary color
Monochromatic Colors of #41D102
Black with #41D102
Text Example
Text Example
White with #41D102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D102; }
p { color: rgb(65,209,2); }
H1.HeaderClassName
{
color: #41D102;
}
.AnyTagClassName
{
color: #41D102;
}
</style>
background-color css
<style>
a { background-color: #41D102; }
a { background-color: rgb(65,209,2); }
div.DivClassName
{
background-color: #41D102;
}
.BgClassName
{
background-color: #41D102;
}
</style>
border-color css
<style>
span { border-color: #41D102; }
span { border-color: rgb(65,209,2); }
td.TdClassName
{
border-color: #41D102;
}
.TagClassName
{
border-color: #41D102;
}
</style>