Shades of Chartreuse #90FD1C
Tints of Chartreuse #90FD1C
RGB
CMYK
RGB Variations
Color information
#90FD1C (or 0x90FD1C) is known color: Chartreuse. HEX triplet: 90, FD and 1C. RGB value is (144,253,28). Sum of RGB (Red+Green+Blue) = 144+253+28=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 253 (99.22% from 255 or 59.53% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 253 - color contains mainly: green. Hex color #90FD1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90FD1C is #6F02E3. Grayscale: #C3C3C3. Windows color (decimal): -7275236 or 1899920. OLE color: 1899920.
HSL color Cylindrical-coordinate representation of color #90FD1C: hue angle of 89.07º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90FD1C is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 253 | 28 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.01 |
| HSL | 89.07º | 0.98% | 0.55% | - |
| HSV(B) | 89.07º | 0.89% | 0.99% | - |
| XYZ | 46.84 | 76.26 | 13.35 | - |
| YUV | 194.76 | 33.89 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 253 | 28 | 0.43 | 0 | 0.89 | 0.01 | 89.07 | 0.98 | 0.55 |
| Hex | 90 | FD | 1C | 2B | 0 | 59 | 1 | 59 | 62 | 37 |
| Octal | 220 | 375 | 34 | 53 | 0 | 131 | 1 | 131 | 142 | 67 |
| Binary | 10010000 | 11111101 | 11100 | 101011 | 0 | 1011001 | 1 | 1011001 | 1100010 | 110111 |
Color Harmonies of #90FD1C
Complementary color
Monochromatic Colors of #90FD1C
Black with #90FD1C
Text Example
Text Example
White with #90FD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FD1C; }
p { color: rgb(144,253,28); }
H1.HeaderClassName
{
color: #90FD1C;
}
.AnyTagClassName
{
color: #90FD1C;
}
</style>
background-color css
<style>
a { background-color: #90FD1C; }
a { background-color: rgb(144,253,28); }
div.DivClassName
{
background-color: #90FD1C;
}
.BgClassName
{
background-color: #90FD1C;
}
</style>
border-color css
<style>
span { border-color: #90FD1C; }
span { border-color: rgb(144,253,28); }
td.TdClassName
{
border-color: #90FD1C;
}
.TagClassName
{
border-color: #90FD1C;
}
</style>