Shades of Kelly Green #40AB23
Tints of Kelly Green #40AB23
RGB
CMYK
RGB Variations
Color information
#40AB23 (or 0x40AB23) is known color: Kelly Green. HEX triplet: 40, AB and 23. RGB value is (64,171,35). Sum of RGB (Red+Green+Blue) = 64+171+35=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 171 (67.19% from 255 or 63.33% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AB23 is #BF54DC. Grayscale: #7B7B7B. Windows color (decimal): -12539101 or 2337600. OLE color: 2337600.
HSL color Cylindrical-coordinate representation of color #40AB23: hue angle of 107.21º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40AB23 is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 35 | - |
| CMYK | 0.63 | 0 | 0.80 | 0.33 |
| HSL | 107.21º | 0.66% | 0.4% | - |
| HSV(B) | 107.21º | 0.8% | 0.67% | - |
| XYZ | 16.98 | 30.34 | 6.55 | - |
| YUV | 123.5 | 78.05 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 35 | 0.63 | 0 | 0.80 | 0.33 | 107.21 | 0.66 | 0.4 |
| Hex | 40 | AB | 23 | 3F | 0 | 50 | 21 | 6B | 42 | 28 |
| Octal | 100 | 253 | 43 | 77 | 0 | 120 | 41 | 153 | 102 | 50 |
| Binary | 1000000 | 10101011 | 100011 | 111111 | 0 | 1010000 | 100001 | 1101011 | 1000010 | 101000 |
Color Harmonies of #40AB23
Complementary color
Monochromatic Colors of #40AB23
Black with #40AB23
Text Example
Text Example
White with #40AB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB23; }
p { color: rgb(64,171,35); }
H1.HeaderClassName
{
color: #40AB23;
}
.AnyTagClassName
{
color: #40AB23;
}
</style>
background-color css
<style>
a { background-color: #40AB23; }
a { background-color: rgb(64,171,35); }
div.DivClassName
{
background-color: #40AB23;
}
.BgClassName
{
background-color: #40AB23;
}
</style>
border-color css
<style>
span { border-color: #40AB23; }
span { border-color: rgb(64,171,35); }
td.TdClassName
{
border-color: #40AB23;
}
.TagClassName
{
border-color: #40AB23;
}
</style>