Shades of Kelly Green #41D408
Tints of Kelly Green #41D408
RGB
CMYK
RGB Variations
Color information
#41D408 (or 0x41D408) is known color: Kelly Green. HEX triplet: 41, D4 and 08. RGB value is (65,212,8). Sum of RGB (Red+Green+Blue) = 65+212+8=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 212 (83.20% from 255 or 74.39% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 212 - color contains mainly: green. Hex color #41D408 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41D408 is #BE2BF7. Grayscale: #919191. Windows color (decimal): -12463096 or 578625. OLE color: 578625.
HSL color Cylindrical-coordinate representation of color #41D408: hue angle of 103.24º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41D408 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 212 | 8 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.17 |
| HSL | 103.24º | 0.93% | 0.43% | - |
| HSV(B) | 103.24º | 0.96% | 0.83% | - |
| XYZ | 25.77 | 48.23 | 8.18 | - |
| YUV | 144.79 | 50.8 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 212 | 8 | 0.69 | 0 | 0.96 | 0.17 | 103.24 | 0.93 | 0.43 |
| Hex | 41 | D4 | 8 | 45 | 0 | 60 | 11 | 67 | 5D | 2B |
| Octal | 101 | 324 | 10 | 105 | 0 | 140 | 21 | 147 | 135 | 53 |
| Binary | 1000001 | 11010100 | 1000 | 1000101 | 0 | 1100000 | 10001 | 1100111 | 1011101 | 101011 |
Color Harmonies of #41D408
Complementary color
Monochromatic Colors of #41D408
Black with #41D408
Text Example
Text Example
White with #41D408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D408; }
p { color: rgb(65,212,8); }
H1.HeaderClassName
{
color: #41D408;
}
.AnyTagClassName
{
color: #41D408;
}
</style>
background-color css
<style>
a { background-color: #41D408; }
a { background-color: rgb(65,212,8); }
div.DivClassName
{
background-color: #41D408;
}
.BgClassName
{
background-color: #41D408;
}
</style>
border-color css
<style>
span { border-color: #41D408; }
span { border-color: rgb(65,212,8); }
td.TdClassName
{
border-color: #41D408;
}
.TagClassName
{
border-color: #41D408;
}
</style>