Shades of Green Yellow #99F240
Tints of Green Yellow #99F240
RGB
CMYK
RGB Variations
Color information
#99F240 (or 0x99F240) is known color: Green Yellow. HEX triplet: 99, F2 and 40. RGB value is (153,242,64). Sum of RGB (Red+Green+Blue) = 153+242+64=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 242 (94.92% from 255 or 52.72% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 242 - color contains mainly: green. Hex color #99F240 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99F240 is #660DBF. Grayscale: #C3C3C3. Windows color (decimal): -6688192 or 4256409. OLE color: 4256409.
HSL color Cylindrical-coordinate representation of color #99F240: hue angle of 90º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99F240 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 242 | 64 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.05 |
| HSL | 90º | 0.87% | 0.6% | - |
| HSV(B) | 90º | 0.74% | 0.95% | - |
| XYZ | 45.81 | 70.65 | 16.07 | - |
| YUV | 195.1 | 54.01 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 242 | 64 | 0.37 | 0 | 0.74 | 0.05 | 90 | 0.87 | 0.6 |
| Hex | 99 | F2 | 40 | 25 | 0 | 4A | 5 | 5A | 57 | 3C |
| Octal | 231 | 362 | 100 | 45 | 0 | 112 | 5 | 132 | 127 | 74 |
| Binary | 10011001 | 11110010 | 1000000 | 100101 | 0 | 1001010 | 101 | 1011010 | 1010111 | 111100 |
Color Harmonies of #99F240
Complementary color
Monochromatic Colors of #99F240
Black with #99F240
Text Example
Text Example
White with #99F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F240; }
p { color: rgb(153,242,64); }
H1.HeaderClassName
{
color: #99F240;
}
.AnyTagClassName
{
color: #99F240;
}
</style>
background-color css
<style>
a { background-color: #99F240; }
a { background-color: rgb(153,242,64); }
div.DivClassName
{
background-color: #99F240;
}
.BgClassName
{
background-color: #99F240;
}
</style>
border-color css
<style>
span { border-color: #99F240; }
span { border-color: rgb(153,242,64); }
td.TdClassName
{
border-color: #99F240;
}
.TagClassName
{
border-color: #99F240;
}
</style>