Shades of Chartreuse #90F70D
Tints of Chartreuse #90F70D
RGB
CMYK
RGB Variations
Color information
#90F70D (or 0x90F70D) is known color: Chartreuse. HEX triplet: 90, F7 and 0D. RGB value is (144,247,13). Sum of RGB (Red+Green+Blue) = 144+247+13=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 247 (96.88% from 255 or 61.14% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 247 - color contains mainly: green. Hex color #90F70D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90F70D is #6F08F2. Grayscale: #BEBEBE. Windows color (decimal): -7276787 or 915344. OLE color: 915344.
HSL color Cylindrical-coordinate representation of color #90F70D: hue angle of 86.41º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90F70D is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 247 | 13 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.03 |
| HSL | 86.41º | 0.94% | 0.51% | - |
| HSV(B) | 86.41º | 0.95% | 0.97% | - |
| XYZ | 44.84 | 72.48 | 12.01 | - |
| YUV | 189.53 | 28.38 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 247 | 13 | 0.42 | 0 | 0.95 | 0.03 | 86.41 | 0.94 | 0.51 |
| Hex | 90 | F7 | D | 2A | 0 | 5F | 3 | 56 | 5E | 33 |
| Octal | 220 | 367 | 15 | 52 | 0 | 137 | 3 | 126 | 136 | 63 |
| Binary | 10010000 | 11110111 | 1101 | 101010 | 0 | 1011111 | 11 | 1010110 | 1011110 | 110011 |
Color Harmonies of #90F70D
Complementary color
Monochromatic Colors of #90F70D
Black with #90F70D
Text Example
Text Example
White with #90F70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F70D; }
p { color: rgb(144,247,13); }
H1.HeaderClassName
{
color: #90F70D;
}
.AnyTagClassName
{
color: #90F70D;
}
</style>
background-color css
<style>
a { background-color: #90F70D; }
a { background-color: rgb(144,247,13); }
div.DivClassName
{
background-color: #90F70D;
}
.BgClassName
{
background-color: #90F70D;
}
</style>
border-color css
<style>
span { border-color: #90F70D; }
span { border-color: rgb(144,247,13); }
td.TdClassName
{
border-color: #90F70D;
}
.TagClassName
{
border-color: #90F70D;
}
</style>