Shades of Chartreuse #90F208
Tints of Chartreuse #90F208
RGB
CMYK
RGB Variations
Color information
#90F208 (or 0x90F208) is known color: Chartreuse. HEX triplet: 90, F2 and 08. RGB value is (144,242,8). Sum of RGB (Red+Green+Blue) = 144+242+8=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 242 (94.92% from 255 or 61.42% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 242 - color contains mainly: green. Hex color #90F208 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90F208 is #6F0DF7. Grayscale: #BABABA. Windows color (decimal): -7278072 or 586384. OLE color: 586384.
HSL color Cylindrical-coordinate representation of color #90F208: hue angle of 85.13º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90F208 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 8 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.05 |
| HSL | 85.13º | 0.94% | 0.49% | - |
| HSV(B) | 85.13º | 0.97% | 0.95% | - |
| XYZ | 43.3 | 69.45 | 11.35 | - |
| YUV | 186.02 | 27.53 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 8 | 0.40 | 0 | 0.97 | 0.05 | 85.13 | 0.94 | 0.49 |
| Hex | 90 | F2 | 8 | 28 | 0 | 61 | 5 | 55 | 5E | 31 |
| Octal | 220 | 362 | 10 | 50 | 0 | 141 | 5 | 125 | 136 | 61 |
| Binary | 10010000 | 11110010 | 1000 | 101000 | 0 | 1100001 | 101 | 1010101 | 1011110 | 110001 |
Color Harmonies of #90F208
Complementary color
Monochromatic Colors of #90F208
Black with #90F208
Text Example
Text Example
White with #90F208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F208; }
p { color: rgb(144,242,8); }
H1.HeaderClassName
{
color: #90F208;
}
.AnyTagClassName
{
color: #90F208;
}
</style>
background-color css
<style>
a { background-color: #90F208; }
a { background-color: rgb(144,242,8); }
div.DivClassName
{
background-color: #90F208;
}
.BgClassName
{
background-color: #90F208;
}
</style>
border-color css
<style>
span { border-color: #90F208; }
span { border-color: rgb(144,242,8); }
td.TdClassName
{
border-color: #90F208;
}
.TagClassName
{
border-color: #90F208;
}
</style>