Shades of Kelly Green #41DC12
Tints of Kelly Green #41DC12
RGB
CMYK
RGB Variations
Color information
#41DC12 (or 0x41DC12) is known color: Kelly Green. HEX triplet: 41, DC and 12. RGB value is (65,220,18). Sum of RGB (Red+Green+Blue) = 65+220+18=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 220 (86.33% from 255 or 72.61% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 220 - color contains mainly: green. Hex color #41DC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41DC12 is #BE23ED. Grayscale: #979797. Windows color (decimal): -12461038 or 1236033. OLE color: 1236033.
HSL color Cylindrical-coordinate representation of color #41DC12: hue angle of 106.04º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41DC12 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 220 | 18 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.14 |
| HSL | 106.04º | 0.85% | 0.47% | - |
| HSV(B) | 106.04º | 0.92% | 0.86% | - |
| XYZ | 27.88 | 52.35 | 9.21 | - |
| YUV | 150.63 | 53.15 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 18 | 0.70 | 0 | 0.92 | 0.14 | 106.04 | 0.85 | 0.47 |
| Hex | 41 | DC | 12 | 46 | 0 | 5C | E | 6A | 55 | 2F |
| Octal | 101 | 334 | 22 | 106 | 0 | 134 | 16 | 152 | 125 | 57 |
| Binary | 1000001 | 11011100 | 10010 | 1000110 | 0 | 1011100 | 1110 | 1101010 | 1010101 | 101111 |
Color Harmonies of #41DC12
Complementary color
Monochromatic Colors of #41DC12
Black with #41DC12
Text Example
Text Example
White with #41DC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DC12; }
p { color: rgb(65,220,18); }
H1.HeaderClassName
{
color: #41DC12;
}
.AnyTagClassName
{
color: #41DC12;
}
</style>
background-color css
<style>
a { background-color: #41DC12; }
a { background-color: rgb(65,220,18); }
div.DivClassName
{
background-color: #41DC12;
}
.BgClassName
{
background-color: #41DC12;
}
</style>
border-color css
<style>
span { border-color: #41DC12; }
span { border-color: rgb(65,220,18); }
td.TdClassName
{
border-color: #41DC12;
}
.TagClassName
{
border-color: #41DC12;
}
</style>