Shades of Kelly Green #40B41B
Tints of Kelly Green #40B41B
RGB
CMYK
RGB Variations
Color information
#40B41B (or 0x40B41B) is known color: Kelly Green. HEX triplet: 40, B4 and 1B. RGB value is (64,180,27). Sum of RGB (Red+Green+Blue) = 64+180+27=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 180 (70.70% from 255 or 66.42% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 180 - color contains mainly: green. Hex color #40B41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B41B is #BF4BE4. Grayscale: #808080. Windows color (decimal): -12536805 or 1815616. OLE color: 1815616.
HSL color Cylindrical-coordinate representation of color #40B41B: hue angle of 105.49º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40B41B is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 180 | 27 | - |
| CMYK | 0.64 | 0 | 0.85 | 0.29 |
| HSL | 105.49º | 0.74% | 0.41% | - |
| HSV(B) | 105.49º | 0.85% | 0.71% | - |
| XYZ | 18.63 | 33.81 | 6.58 | - |
| YUV | 127.87 | 71.07 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 180 | 27 | 0.64 | 0 | 0.85 | 0.29 | 105.49 | 0.74 | 0.41 |
| Hex | 40 | B4 | 1B | 40 | 0 | 55 | 1D | 69 | 4A | 29 |
| Octal | 100 | 264 | 33 | 100 | 0 | 125 | 35 | 151 | 112 | 51 |
| Binary | 1000000 | 10110100 | 11011 | 1000000 | 0 | 1010101 | 11101 | 1101001 | 1001010 | 101001 |
Color Harmonies of #40B41B
Complementary color
Monochromatic Colors of #40B41B
Black with #40B41B
Text Example
Text Example
White with #40B41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B41B; }
p { color: rgb(64,180,27); }
H1.HeaderClassName
{
color: #40B41B;
}
.AnyTagClassName
{
color: #40B41B;
}
</style>
background-color css
<style>
a { background-color: #40B41B; }
a { background-color: rgb(64,180,27); }
div.DivClassName
{
background-color: #40B41B;
}
.BgClassName
{
background-color: #40B41B;
}
</style>
border-color css
<style>
span { border-color: #40B41B; }
span { border-color: rgb(64,180,27); }
td.TdClassName
{
border-color: #40B41B;
}
.TagClassName
{
border-color: #40B41B;
}
</style>