Shades of Kelly Green #40BC23
Tints of Kelly Green #40BC23
RGB
CMYK
RGB Variations
Color information
#40BC23 (or 0x40BC23) is known color: Kelly Green. HEX triplet: 40, BC and 23. RGB value is (64,188,35). Sum of RGB (Red+Green+Blue) = 64+188+35=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BC23 is #BF43DC. Grayscale: #858585. Windows color (decimal): -12534749 or 2341952. OLE color: 2341952.
HSL color Cylindrical-coordinate representation of color #40BC23: hue angle of 108.63º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40BC23 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 35 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.26 |
| HSL | 108.63º | 0.69% | 0.44% | - |
| HSV(B) | 108.63º | 0.81% | 0.74% | - |
| XYZ | 20.4 | 37.18 | 7.69 | - |
| YUV | 133.48 | 72.42 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 35 | 0.66 | 0 | 0.81 | 0.26 | 108.63 | 0.69 | 0.44 |
| Hex | 40 | BC | 23 | 42 | 0 | 51 | 1A | 6D | 45 | 2C |
| Octal | 100 | 274 | 43 | 102 | 0 | 121 | 32 | 155 | 105 | 54 |
| Binary | 1000000 | 10111100 | 100011 | 1000010 | 0 | 1010001 | 11010 | 1101101 | 1000101 | 101100 |
Color Harmonies of #40BC23
Complementary color
Monochromatic Colors of #40BC23
Black with #40BC23
Text Example
Text Example
White with #40BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC23; }
p { color: rgb(64,188,35); }
H1.HeaderClassName
{
color: #40BC23;
}
.AnyTagClassName
{
color: #40BC23;
}
</style>
background-color css
<style>
a { background-color: #40BC23; }
a { background-color: rgb(64,188,35); }
div.DivClassName
{
background-color: #40BC23;
}
.BgClassName
{
background-color: #40BC23;
}
</style>
border-color css
<style>
span { border-color: #40BC23; }
span { border-color: rgb(64,188,35); }
td.TdClassName
{
border-color: #40BC23;
}
.TagClassName
{
border-color: #40BC23;
}
</style>