Shades of Chartreuse #90EB04
Tints of Chartreuse #90EB04
RGB
CMYK
RGB Variations
Color information
#90EB04 (or 0x90EB04) is known color: Chartreuse. HEX triplet: 90, EB and 04. RGB value is (144,235,4). Sum of RGB (Red+Green+Blue) = 144+235+4=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 235 (92.19% from 255 or 61.36% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 235 - color contains mainly: green. Hex color #90EB04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90EB04 is #6F14FB. Grayscale: #B6B6B6. Windows color (decimal): -7279868 or 322448. OLE color: 322448.
HSL color Cylindrical-coordinate representation of color #90EB04: hue angle of 83.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90EB04 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 235 | 4 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.08 |
| HSL | 83.64º | 0.97% | 0.47% | - |
| HSV(B) | 83.64º | 0.98% | 0.92% | - |
| XYZ | 41.23 | 65.35 | 10.56 | - |
| YUV | 181.46 | 27.85 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 4 | 0.39 | 0 | 0.98 | 0.08 | 83.64 | 0.97 | 0.47 |
| Hex | 90 | EB | 4 | 27 | 0 | 62 | 8 | 54 | 61 | 2F |
| Octal | 220 | 353 | 4 | 47 | 0 | 142 | 10 | 124 | 141 | 57 |
| Binary | 10010000 | 11101011 | 100 | 100111 | 0 | 1100010 | 1000 | 1010100 | 1100001 | 101111 |
Color Harmonies of #90EB04
Complementary color
Monochromatic Colors of #90EB04
Black with #90EB04
Text Example
Text Example
White with #90EB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EB04; }
p { color: rgb(144,235,4); }
H1.HeaderClassName
{
color: #90EB04;
}
.AnyTagClassName
{
color: #90EB04;
}
</style>
background-color css
<style>
a { background-color: #90EB04; }
a { background-color: rgb(144,235,4); }
div.DivClassName
{
background-color: #90EB04;
}
.BgClassName
{
background-color: #90EB04;
}
</style>
border-color css
<style>
span { border-color: #90EB04; }
span { border-color: rgb(144,235,4); }
td.TdClassName
{
border-color: #90EB04;
}
.TagClassName
{
border-color: #90EB04;
}
</style>