Shades of Chartreuse #90F310
Tints of Chartreuse #90F310
RGB
CMYK
RGB Variations
Color information
#90F310 (or 0x90F310) is known color: Chartreuse. HEX triplet: 90, F3 and 10. RGB value is (144,243,16). Sum of RGB (Red+Green+Blue) = 144+243+16=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 243 (95.31% from 255 or 60.30% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 243 - color contains mainly: green. Hex color #90F310 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90F310 is #6F0CEF. Grayscale: #BCBCBC. Windows color (decimal): -7277808 or 1110928. OLE color: 1110928.
HSL color Cylindrical-coordinate representation of color #90F310: hue angle of 86.17º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90F310 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 243 | 16 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.05 |
| HSL | 86.17º | 0.9% | 0.51% | - |
| HSV(B) | 86.17º | 0.93% | 0.95% | - |
| XYZ | 43.65 | 70.07 | 11.71 | - |
| YUV | 187.52 | 31.2 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 243 | 16 | 0.41 | 0 | 0.93 | 0.05 | 86.17 | 0.9 | 0.51 |
| Hex | 90 | F3 | 10 | 29 | 0 | 5D | 5 | 56 | 5A | 33 |
| Octal | 220 | 363 | 20 | 51 | 0 | 135 | 5 | 126 | 132 | 63 |
| Binary | 10010000 | 11110011 | 10000 | 101001 | 0 | 1011101 | 101 | 1010110 | 1011010 | 110011 |
Color Harmonies of #90F310
Complementary color
Monochromatic Colors of #90F310
Black with #90F310
Text Example
Text Example
White with #90F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F310; }
p { color: rgb(144,243,16); }
H1.HeaderClassName
{
color: #90F310;
}
.AnyTagClassName
{
color: #90F310;
}
</style>
background-color css
<style>
a { background-color: #90F310; }
a { background-color: rgb(144,243,16); }
div.DivClassName
{
background-color: #90F310;
}
.BgClassName
{
background-color: #90F310;
}
</style>
border-color css
<style>
span { border-color: #90F310; }
span { border-color: rgb(144,243,16); }
td.TdClassName
{
border-color: #90F310;
}
.TagClassName
{
border-color: #90F310;
}
</style>