Shades of Kelly Green #40BC09
Tints of Kelly Green #40BC09
RGB
CMYK
RGB Variations
Color information
#40BC09 (or 0x40BC09) is known color: Kelly Green. HEX triplet: 40, BC and 09. RGB value is (64,188,9). Sum of RGB (Red+Green+Blue) = 64+188+9=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 188 (73.83% from 255 or 72.03% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BC09 is #BF43F6. Grayscale: #838383. Windows color (decimal): -12534775 or 638016. OLE color: 638016.
HSL color Cylindrical-coordinate representation of color #40BC09: hue angle of 101.56º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40BC09 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 9 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.26 |
| HSL | 101.56º | 0.91% | 0.39% | - |
| HSV(B) | 101.56º | 0.95% | 0.74% | - |
| XYZ | 20.15 | 37.08 | 6.35 | - |
| YUV | 130.52 | 59.42 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 9 | 0.66 | 0 | 0.95 | 0.26 | 101.56 | 0.91 | 0.39 |
| Hex | 40 | BC | 9 | 42 | 0 | 5F | 1A | 66 | 5B | 27 |
| Octal | 100 | 274 | 11 | 102 | 0 | 137 | 32 | 146 | 133 | 47 |
| Binary | 1000000 | 10111100 | 1001 | 1000010 | 0 | 1011111 | 11010 | 1100110 | 1011011 | 100111 |
Color Harmonies of #40BC09
Complementary color
Monochromatic Colors of #40BC09
Black with #40BC09
Text Example
Text Example
White with #40BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC09; }
p { color: rgb(64,188,9); }
H1.HeaderClassName
{
color: #40BC09;
}
.AnyTagClassName
{
color: #40BC09;
}
</style>
background-color css
<style>
a { background-color: #40BC09; }
a { background-color: rgb(64,188,9); }
div.DivClassName
{
background-color: #40BC09;
}
.BgClassName
{
background-color: #40BC09;
}
</style>
border-color css
<style>
span { border-color: #40BC09; }
span { border-color: rgb(64,188,9); }
td.TdClassName
{
border-color: #40BC09;
}
.TagClassName
{
border-color: #40BC09;
}
</style>