Shades of Green Yellow #99FF40
Tints of Green Yellow #99FF40
RGB
CMYK
RGB Variations
Color information
#99FF40 (or 0x99FF40) is known color: Green Yellow. HEX triplet: 99, FF and 40. RGB value is (153,255,64). Sum of RGB (Red+Green+Blue) = 153+255+64=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #99FF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99FF40 is #6600BF. Grayscale: #CBCBCB. Windows color (decimal): -6684864 or 4259737. OLE color: 4259737.
HSL color Cylindrical-coordinate representation of color #99FF40: hue angle of 92.04º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99FF40 is Cyan = 0.4, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 64 | - |
| CMYK | 0.4 | 0 | 0.75 | 0 |
| HSL | 92.04º | 1% | 0.63% | - |
| HSV(B) | 92.04º | 0.75% | 1% | - |
| XYZ | 49.82 | 78.66 | 17.41 | - |
| YUV | 202.73 | 49.71 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 64 | 0.4 | 0 | 0.75 | 0 | 92.04 | 1 | 0.63 |
| Hex | 99 | FF | 40 | 28 | 0 | 4B | 0 | 5C | 64 | 3F |
| Octal | 231 | 377 | 100 | 50 | 0 | 113 | 0 | 134 | 144 | 77 |
| Binary | 10011001 | 11111111 | 1000000 | 101000 | 0 | 1001011 | 0 | 1011100 | 1100100 | 111111 |
Color Harmonies of #99FF40
Complementary color
Monochromatic Colors of #99FF40
Black with #99FF40
Text Example
Text Example
White with #99FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FF40; }
p { color: rgb(153,255,64); }
H1.HeaderClassName
{
color: #99FF40;
}
.AnyTagClassName
{
color: #99FF40;
}
</style>
background-color css
<style>
a { background-color: #99FF40; }
a { background-color: rgb(153,255,64); }
div.DivClassName
{
background-color: #99FF40;
}
.BgClassName
{
background-color: #99FF40;
}
</style>
border-color css
<style>
span { border-color: #99FF40; }
span { border-color: rgb(153,255,64); }
td.TdClassName
{
border-color: #99FF40;
}
.TagClassName
{
border-color: #99FF40;
}
</style>