Shades of Kelly Green #40AB30
Tints of Kelly Green #40AB30
RGB
CMYK
RGB Variations
Color information
#40AB30 (or 0x40AB30) is known color: Kelly Green. HEX triplet: 40, AB and 30. RGB value is (64,171,48). Sum of RGB (Red+Green+Blue) = 64+171+48=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 171 (67.19% from 255 or 60.42% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AB30 is #BF54CF. Grayscale: #7D7D7D. Windows color (decimal): -12539088 or 3189568. OLE color: 3189568.
HSL color Cylindrical-coordinate representation of color #40AB30: hue angle of 112.2º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40AB30 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 48 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.33 |
| HSL | 112.2º | 0.56% | 0.43% | - |
| HSV(B) | 112.2º | 0.72% | 0.67% | - |
| XYZ | 17.21 | 30.43 | 7.76 | - |
| YUV | 124.99 | 84.55 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 48 | 0.63 | 0 | 0.72 | 0.33 | 112.2 | 0.56 | 0.43 |
| Hex | 40 | AB | 30 | 3F | 0 | 48 | 21 | 70 | 38 | 2B |
| Octal | 100 | 253 | 60 | 77 | 0 | 110 | 41 | 160 | 70 | 53 |
| Binary | 1000000 | 10101011 | 110000 | 111111 | 0 | 1001000 | 100001 | 1110000 | 111000 | 101011 |
Color Harmonies of #40AB30
Complementary color
Monochromatic Colors of #40AB30
Black with #40AB30
Text Example
Text Example
White with #40AB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB30; }
p { color: rgb(64,171,48); }
H1.HeaderClassName
{
color: #40AB30;
}
.AnyTagClassName
{
color: #40AB30;
}
</style>
background-color css
<style>
a { background-color: #40AB30; }
a { background-color: rgb(64,171,48); }
div.DivClassName
{
background-color: #40AB30;
}
.BgClassName
{
background-color: #40AB30;
}
</style>
border-color css
<style>
span { border-color: #40AB30; }
span { border-color: rgb(64,171,48); }
td.TdClassName
{
border-color: #40AB30;
}
.TagClassName
{
border-color: #40AB30;
}
</style>