Shades of Kelly Green #40CF03
Tints of Kelly Green #40CF03
RGB
CMYK
RGB Variations
Color information
#40CF03 (or 0x40CF03) is known color: Kelly Green. HEX triplet: 40, CF and 03. RGB value is (64,207,3). Sum of RGB (Red+Green+Blue) = 64+207+3=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 207 (81.25% from 255 or 75.55% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CF03 is #BF30FC. Grayscale: #8D8D8D. Windows color (decimal): -12529917 or 249664. OLE color: 249664.
HSL color Cylindrical-coordinate representation of color #40CF03: hue angle of 102.06º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40CF03 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 3 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.19 |
| HSL | 102.06º | 0.97% | 0.41% | - |
| HSV(B) | 102.06º | 0.99% | 0.81% | - |
| XYZ | 24.44 | 45.72 | 7.62 | - |
| YUV | 140.99 | 50.12 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 3 | 0.69 | 0 | 0.99 | 0.19 | 102.06 | 0.97 | 0.41 |
| Hex | 40 | CF | 3 | 45 | 0 | 63 | 13 | 66 | 61 | 29 |
| Octal | 100 | 317 | 3 | 105 | 0 | 143 | 23 | 146 | 141 | 51 |
| Binary | 1000000 | 11001111 | 11 | 1000101 | 0 | 1100011 | 10011 | 1100110 | 1100001 | 101001 |
Color Harmonies of #40CF03
Complementary color
Monochromatic Colors of #40CF03
Black with #40CF03
Text Example
Text Example
White with #40CF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CF03; }
p { color: rgb(64,207,3); }
H1.HeaderClassName
{
color: #40CF03;
}
.AnyTagClassName
{
color: #40CF03;
}
</style>
background-color css
<style>
a { background-color: #40CF03; }
a { background-color: rgb(64,207,3); }
div.DivClassName
{
background-color: #40CF03;
}
.BgClassName
{
background-color: #40CF03;
}
</style>
border-color css
<style>
span { border-color: #40CF03; }
span { border-color: rgb(64,207,3); }
td.TdClassName
{
border-color: #40CF03;
}
.TagClassName
{
border-color: #40CF03;
}
</style>