Shades of Kelly Green #40B303
Tints of Kelly Green #40B303
RGB
CMYK
RGB Variations
Color information
#40B303 (or 0x40B303) is known color: Kelly Green. HEX triplet: 40, B3 and 03. RGB value is (64,179,3). Sum of RGB (Red+Green+Blue) = 64+179+3=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 179 (70.31% from 255 or 72.76% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 179 - color contains mainly: green. Hex color #40B303 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B303 is #BF4CFC. Grayscale: #7D7D7D. Windows color (decimal): -12537085 or 242496. OLE color: 242496.
HSL color Cylindrical-coordinate representation of color #40B303: hue angle of 99.2º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40B303 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 179 | 3 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.30 |
| HSL | 99.2º | 0.97% | 0.36% | - |
| HSV(B) | 99.2º | 0.98% | 0.7% | - |
| XYZ | 18.25 | 33.34 | 5.56 | - |
| YUV | 124.55 | 59.4 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 179 | 3 | 0.64 | 0 | 0.98 | 0.30 | 99.2 | 0.97 | 0.36 |
| Hex | 40 | B3 | 3 | 40 | 0 | 62 | 1E | 63 | 61 | 24 |
| Octal | 100 | 263 | 3 | 100 | 0 | 142 | 36 | 143 | 141 | 44 |
| Binary | 1000000 | 10110011 | 11 | 1000000 | 0 | 1100010 | 11110 | 1100011 | 1100001 | 100100 |
Color Harmonies of #40B303
Complementary color
Monochromatic Colors of #40B303
Black with #40B303
Text Example
Text Example
White with #40B303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B303; }
p { color: rgb(64,179,3); }
H1.HeaderClassName
{
color: #40B303;
}
.AnyTagClassName
{
color: #40B303;
}
</style>
background-color css
<style>
a { background-color: #40B303; }
a { background-color: rgb(64,179,3); }
div.DivClassName
{
background-color: #40B303;
}
.BgClassName
{
background-color: #40B303;
}
</style>
border-color css
<style>
span { border-color: #40B303; }
span { border-color: rgb(64,179,3); }
td.TdClassName
{
border-color: #40B303;
}
.TagClassName
{
border-color: #40B303;
}
</style>