Shades of Chartreuse #90F207
Tints of Chartreuse #90F207
RGB
CMYK
RGB Variations
Color information
#90F207 (or 0x90F207) is known color: Chartreuse. HEX triplet: 90, F2 and 07. RGB value is (144,242,7). Sum of RGB (Red+Green+Blue) = 144+242+7=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 242 (94.92% from 255 or 61.58% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 242 - color contains mainly: green. Hex color #90F207 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90F207 is #6F0DF8. Grayscale: #BABABA. Windows color (decimal): -7278073 or 520848. OLE color: 520848.
HSL color Cylindrical-coordinate representation of color #90F207: hue angle of 85.02º 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 #90F207 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 7 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.05 |
| HSL | 85.02º | 0.94% | 0.49% | - |
| HSV(B) | 85.02º | 0.97% | 0.95% | - |
| XYZ | 43.29 | 69.45 | 11.32 | - |
| YUV | 185.91 | 27.03 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 7 | 0.40 | 0 | 0.97 | 0.05 | 85.02 | 0.94 | 0.49 |
| Hex | 90 | F2 | 7 | 28 | 0 | 61 | 5 | 55 | 5E | 31 |
| Octal | 220 | 362 | 7 | 50 | 0 | 141 | 5 | 125 | 136 | 61 |
| Binary | 10010000 | 11110010 | 111 | 101000 | 0 | 1100001 | 101 | 1010101 | 1011110 | 110001 |
Color Harmonies of #90F207
Complementary color
Monochromatic Colors of #90F207
Black with #90F207
Text Example
Text Example
White with #90F207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F207; }
p { color: rgb(144,242,7); }
H1.HeaderClassName
{
color: #90F207;
}
.AnyTagClassName
{
color: #90F207;
}
</style>
background-color css
<style>
a { background-color: #90F207; }
a { background-color: rgb(144,242,7); }
div.DivClassName
{
background-color: #90F207;
}
.BgClassName
{
background-color: #90F207;
}
</style>
border-color css
<style>
span { border-color: #90F207; }
span { border-color: rgb(144,242,7); }
td.TdClassName
{
border-color: #90F207;
}
.TagClassName
{
border-color: #90F207;
}
</style>