Shades of Citrus #90BF01
Tints of Citrus #90BF01
RGB
CMYK
RGB Variations
Color information
#90BF01 (or 0x90BF01) is known color: Citrus. HEX triplet: 90, BF and 01. RGB value is (144,191,1). Sum of RGB (Red+Green+Blue) = 144+191+1=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BF01 is #6F40FE. Grayscale: #9C9C9C. Windows color (decimal): -7291135 or 114576. OLE color: 114576.
HSL color Cylindrical-coordinate representation of color #90BF01: hue angle of 74.84º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90BF01 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 1 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.25 |
| HSL | 74.84º | 0.99% | 0.38% | - |
| HSV(B) | 74.84º | 0.99% | 0.75% | - |
| XYZ | 30.14 | 43.19 | 6.78 | - |
| YUV | 155.29 | 40.93 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 1 | 0.25 | 0 | 0.99 | 0.25 | 74.84 | 0.99 | 0.38 |
| Hex | 90 | BF | 1 | 19 | 0 | 63 | 19 | 4B | 63 | 26 |
| Octal | 220 | 277 | 1 | 31 | 0 | 143 | 31 | 113 | 143 | 46 |
| Binary | 10010000 | 10111111 | 1 | 11001 | 0 | 1100011 | 11001 | 1001011 | 1100011 | 100110 |
Color Harmonies of #90BF01
Complementary color
Monochromatic Colors of #90BF01
Black with #90BF01
Text Example
Text Example
White with #90BF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BF01; }
p { color: rgb(144,191,1); }
H1.HeaderClassName
{
color: #90BF01;
}
.AnyTagClassName
{
color: #90BF01;
}
</style>
background-color css
<style>
a { background-color: #90BF01; }
a { background-color: rgb(144,191,1); }
div.DivClassName
{
background-color: #90BF01;
}
.BgClassName
{
background-color: #90BF01;
}
</style>
border-color css
<style>
span { border-color: #90BF01; }
span { border-color: rgb(144,191,1); }
td.TdClassName
{
border-color: #90BF01;
}
.TagClassName
{
border-color: #90BF01;
}
</style>