Shades of Kelly Green #40B208
Tints of Kelly Green #40B208
RGB
CMYK
RGB Variations
Color information
#40B208 (or 0x40B208) is known color: Kelly Green. HEX triplet: 40, B2 and 08. RGB value is (64,178,8). Sum of RGB (Red+Green+Blue) = 64+178+8=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 178 (69.92% from 255 or 71.2% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 178 - color contains mainly: green. Hex color #40B208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40B208 is #BF4DF7. Grayscale: #7D7D7D. Windows color (decimal): -12537336 or 569920. OLE color: 569920.
HSL color Cylindrical-coordinate representation of color #40B208: hue angle of 100.24º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40B208 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 178 | 8 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.30 |
| HSL | 100.24º | 0.91% | 0.36% | - |
| HSV(B) | 100.24º | 0.96% | 0.7% | - |
| XYZ | 18.08 | 32.95 | 5.64 | - |
| YUV | 124.53 | 62.23 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 8 | 0.64 | 0 | 0.96 | 0.30 | 100.24 | 0.91 | 0.36 |
| Hex | 40 | B2 | 8 | 40 | 0 | 60 | 1E | 64 | 5B | 24 |
| Octal | 100 | 262 | 10 | 100 | 0 | 140 | 36 | 144 | 133 | 44 |
| Binary | 1000000 | 10110010 | 1000 | 1000000 | 0 | 1100000 | 11110 | 1100100 | 1011011 | 100100 |
Color Harmonies of #40B208
Complementary color
Monochromatic Colors of #40B208
Black with #40B208
Text Example
Text Example
White with #40B208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B208; }
p { color: rgb(64,178,8); }
H1.HeaderClassName
{
color: #40B208;
}
.AnyTagClassName
{
color: #40B208;
}
</style>
background-color css
<style>
a { background-color: #40B208; }
a { background-color: rgb(64,178,8); }
div.DivClassName
{
background-color: #40B208;
}
.BgClassName
{
background-color: #40B208;
}
</style>
border-color css
<style>
span { border-color: #40B208; }
span { border-color: rgb(64,178,8); }
td.TdClassName
{
border-color: #40B208;
}
.TagClassName
{
border-color: #40B208;
}
</style>