Shades of Kelly Green #40A21B
Tints of Kelly Green #40A21B
RGB
CMYK
RGB Variations
Color information
#40A21B (or 0x40A21B) is known color: Kelly Green. HEX triplet: 40, A2 and 1B. RGB value is (64,162,27). Sum of RGB (Red+Green+Blue) = 64+162+27=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 162 (63.67% from 255 or 64.03% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 162 - color contains mainly: green. Hex color #40A21B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A21B is #BF5DE4. Grayscale: #757575. Windows color (decimal): -12541413 or 1811008. OLE color: 1811008.
HSL color Cylindrical-coordinate representation of color #40A21B: hue angle of 103.56º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40A21B is Cyan = 0.60, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 162 | 27 | - |
| CMYK | 0.60 | 0 | 0.83 | 0.36 |
| HSL | 103.56º | 0.71% | 0.37% | - |
| HSV(B) | 103.56º | 0.83% | 0.64% | - |
| XYZ | 15.23 | 27.01 | 5.45 | - |
| YUV | 117.31 | 77.03 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 162 | 27 | 0.60 | 0 | 0.83 | 0.36 | 103.56 | 0.71 | 0.37 |
| Hex | 40 | A2 | 1B | 3C | 0 | 53 | 24 | 68 | 47 | 25 |
| Octal | 100 | 242 | 33 | 74 | 0 | 123 | 44 | 150 | 107 | 45 |
| Binary | 1000000 | 10100010 | 11011 | 111100 | 0 | 1010011 | 100100 | 1101000 | 1000111 | 100101 |
Color Harmonies of #40A21B
Complementary color
Monochromatic Colors of #40A21B
Black with #40A21B
Text Example
Text Example
White with #40A21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A21B; }
p { color: rgb(64,162,27); }
H1.HeaderClassName
{
color: #40A21B;
}
.AnyTagClassName
{
color: #40A21B;
}
</style>
background-color css
<style>
a { background-color: #40A21B; }
a { background-color: rgb(64,162,27); }
div.DivClassName
{
background-color: #40A21B;
}
.BgClassName
{
background-color: #40A21B;
}
</style>
border-color css
<style>
span { border-color: #40A21B; }
span { border-color: rgb(64,162,27); }
td.TdClassName
{
border-color: #40A21B;
}
.TagClassName
{
border-color: #40A21B;
}
</style>