Shades of Green Yellow #90F232
Tints of Green Yellow #90F232
RGB
CMYK
RGB Variations
Color information
#90F232 (or 0x90F232) is known color: Green Yellow. HEX triplet: 90, F2 and 32. RGB value is (144,242,50). Sum of RGB (Red+Green+Blue) = 144+242+50=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #90F232 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90F232 is #6F0DCD. Grayscale: #BFBFBF. Windows color (decimal): -7278030 or 3338896. OLE color: 3338896.
HSL color Cylindrical-coordinate representation of color #90F232: hue angle of 90.62º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90F232 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 50 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.05 |
| HSL | 90.63º | 0.88% | 0.57% | - |
| HSV(B) | 90.63º | 0.79% | 0.95% | - |
| XYZ | 43.83 | 69.66 | 14.15 | - |
| YUV | 190.81 | 48.53 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 50 | 0.40 | 0 | 0.79 | 0.05 | 90.63 | 0.88 | 0.57 |
| Hex | 90 | F2 | 32 | 28 | 0 | 4F | 5 | 5B | 58 | 39 |
| Octal | 220 | 362 | 62 | 50 | 0 | 117 | 5 | 133 | 130 | 71 |
| Binary | 10010000 | 11110010 | 110010 | 101000 | 0 | 1001111 | 101 | 1011011 | 1011000 | 111001 |
Color Harmonies of #90F232
Complementary color
Monochromatic Colors of #90F232
Black with #90F232
Text Example
Text Example
White with #90F232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F232; }
p { color: rgb(144,242,50); }
H1.HeaderClassName
{
color: #90F232;
}
.AnyTagClassName
{
color: #90F232;
}
</style>
background-color css
<style>
a { background-color: #90F232; }
a { background-color: rgb(144,242,50); }
div.DivClassName
{
background-color: #90F232;
}
.BgClassName
{
background-color: #90F232;
}
</style>
border-color css
<style>
span { border-color: #90F232; }
span { border-color: rgb(144,242,50); }
td.TdClassName
{
border-color: #90F232;
}
.TagClassName
{
border-color: #90F232;
}
</style>