Shades of Kelly Green #40CB05
Tints of Kelly Green #40CB05
RGB
CMYK
RGB Variations
Color information
#40CB05 (or 0x40CB05) is known color: Kelly Green. HEX triplet: 40, CB and 05. RGB value is (64,203,5). Sum of RGB (Red+Green+Blue) = 64+203+5=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 203 (79.69% from 255 or 74.63% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CB05 is #BF34FA. Grayscale: #8B8B8B. Windows color (decimal): -12530939 or 379712. OLE color: 379712.
HSL color Cylindrical-coordinate representation of color #40CB05: hue angle of 102.12º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40CB05 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 203 | 5 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.20 |
| HSL | 102.12º | 0.95% | 0.41% | - |
| HSV(B) | 102.12º | 0.98% | 0.8% | - |
| XYZ | 23.5 | 43.81 | 7.36 | - |
| YUV | 138.87 | 52.45 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 5 | 0.68 | 0 | 0.98 | 0.20 | 102.12 | 0.95 | 0.41 |
| Hex | 40 | CB | 5 | 44 | 0 | 62 | 14 | 66 | 5F | 29 |
| Octal | 100 | 313 | 5 | 104 | 0 | 142 | 24 | 146 | 137 | 51 |
| Binary | 1000000 | 11001011 | 101 | 1000100 | 0 | 1100010 | 10100 | 1100110 | 1011111 | 101001 |
Color Harmonies of #40CB05
Complementary color
Monochromatic Colors of #40CB05
Black with #40CB05
Text Example
Text Example
White with #40CB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CB05; }
p { color: rgb(64,203,5); }
H1.HeaderClassName
{
color: #40CB05;
}
.AnyTagClassName
{
color: #40CB05;
}
</style>
background-color css
<style>
a { background-color: #40CB05; }
a { background-color: rgb(64,203,5); }
div.DivClassName
{
background-color: #40CB05;
}
.BgClassName
{
background-color: #40CB05;
}
</style>
border-color css
<style>
span { border-color: #40CB05; }
span { border-color: rgb(64,203,5); }
td.TdClassName
{
border-color: #40CB05;
}
.TagClassName
{
border-color: #40CB05;
}
</style>