Shades of Citrus #90BF17
Tints of Citrus #90BF17
RGB
CMYK
RGB Variations
Color information
#90BF17 (or 0x90BF17) is known color: Citrus. HEX triplet: 90, BF and 17. RGB value is (144,191,23). Sum of RGB (Red+Green+Blue) = 144+191+23=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BF17 is #6F40E8. Grayscale: #9E9E9E. Windows color (decimal): -7291113 or 1556368. OLE color: 1556368.
HSL color Cylindrical-coordinate representation of color #90BF17: hue angle of 76.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90BF17 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 23 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.25 |
| HSL | 76.79º | 0.79% | 0.42% | - |
| HSV(B) | 76.79º | 0.88% | 0.75% | - |
| XYZ | 30.29 | 43.25 | 7.56 | - |
| YUV | 157.8 | 51.93 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 23 | 0.25 | 0 | 0.88 | 0.25 | 76.79 | 0.79 | 0.42 |
| Hex | 90 | BF | 17 | 19 | 0 | 58 | 19 | 4D | 4F | 2A |
| Octal | 220 | 277 | 27 | 31 | 0 | 130 | 31 | 115 | 117 | 52 |
| Binary | 10010000 | 10111111 | 10111 | 11001 | 0 | 1011000 | 11001 | 1001101 | 1001111 | 101010 |
Color Harmonies of #90BF17
Complementary color
Monochromatic Colors of #90BF17
Black with #90BF17
Text Example
Text Example
White with #90BF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BF17; }
p { color: rgb(144,191,23); }
H1.HeaderClassName
{
color: #90BF17;
}
.AnyTagClassName
{
color: #90BF17;
}
</style>
background-color css
<style>
a { background-color: #90BF17; }
a { background-color: rgb(144,191,23); }
div.DivClassName
{
background-color: #90BF17;
}
.BgClassName
{
background-color: #90BF17;
}
</style>
border-color css
<style>
span { border-color: #90BF17; }
span { border-color: rgb(144,191,23); }
td.TdClassName
{
border-color: #90BF17;
}
.TagClassName
{
border-color: #90BF17;
}
</style>