Shades of Kelly Green #40D01F
Tints of Kelly Green #40D01F
RGB
CMYK
RGB Variations
Color information
#40D01F (or 0x40D01F) is known color: Kelly Green. HEX triplet: 40, D0 and 1F. RGB value is (64,208,31). Sum of RGB (Red+Green+Blue) = 64+208+31=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 208 (81.64% from 255 or 68.65% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 208 - color contains mainly: green. Hex color #40D01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D01F is #BF2FE0. Grayscale: #919191. Windows color (decimal): -12529633 or 2084928. OLE color: 2084928.
HSL color Cylindrical-coordinate representation of color #40D01F: hue angle of 108.81º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40D01F is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 208 | 31 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.18 |
| HSL | 108.81º | 0.74% | 0.47% | - |
| HSV(B) | 108.81º | 0.85% | 0.82% | - |
| XYZ | 24.92 | 46.3 | 8.92 | - |
| YUV | 144.77 | 63.79 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 31 | 0.69 | 0 | 0.85 | 0.18 | 108.81 | 0.74 | 0.47 |
| Hex | 40 | D0 | 1F | 45 | 0 | 55 | 12 | 6D | 4A | 2F |
| Octal | 100 | 320 | 37 | 105 | 0 | 125 | 22 | 155 | 112 | 57 |
| Binary | 1000000 | 11010000 | 11111 | 1000101 | 0 | 1010101 | 10010 | 1101101 | 1001010 | 101111 |
Color Harmonies of #40D01F
Complementary color
Monochromatic Colors of #40D01F
Black with #40D01F
Text Example
Text Example
White with #40D01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D01F; }
p { color: rgb(64,208,31); }
H1.HeaderClassName
{
color: #40D01F;
}
.AnyTagClassName
{
color: #40D01F;
}
</style>
background-color css
<style>
a { background-color: #40D01F; }
a { background-color: rgb(64,208,31); }
div.DivClassName
{
background-color: #40D01F;
}
.BgClassName
{
background-color: #40D01F;
}
</style>
border-color css
<style>
span { border-color: #40D01F; }
span { border-color: rgb(64,208,31); }
td.TdClassName
{
border-color: #40D01F;
}
.TagClassName
{
border-color: #40D01F;
}
</style>