Shades of Citrus #90BD00
Tints of Citrus #90BD00
RGB
CMYK
RGB Variations
Color information
#90BD00 (or 0x90BD00) is known color: Citrus. HEX triplet: 90, BD and 00. RGB value is (144,189,0). Sum of RGB (Red+Green+Blue) = 144+189+0=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BD00 is #6F42FF. Grayscale: #9A9A9A. Windows color (decimal): -7291648 or 48528. OLE color: 48528.
HSL color Cylindrical-coordinate representation of color #90BD00: hue angle of 74.29º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90BD00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.26 |
| HSL | 74.29º | 1% | 0.37% | - |
| HSV(B) | 74.29º | 1% | 0.74% | - |
| XYZ | 29.7 | 42.32 | 6.6 | - |
| YUV | 154 | 41.09 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 0 | 0.24 | 0 | 1 | 0.26 | 74.29 | 1 | 0.37 |
| Hex | 90 | BD | 0 | 18 | 0 | 64 | 1A | 4A | 64 | 25 |
| Octal | 220 | 275 | 0 | 30 | 0 | 144 | 32 | 112 | 144 | 45 |
| Binary | 10010000 | 10111101 | 0 | 11000 | 0 | 1100100 | 11010 | 1001010 | 1100100 | 100101 |
Color Harmonies of #90BD00
Complementary color
Monochromatic Colors of #90BD00
Black with #90BD00
Text Example
Text Example
White with #90BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD00; }
p { color: rgb(144,189,0); }
H1.HeaderClassName
{
color: #90BD00;
}
.AnyTagClassName
{
color: #90BD00;
}
</style>
background-color css
<style>
a { background-color: #90BD00; }
a { background-color: rgb(144,189,0); }
div.DivClassName
{
background-color: #90BD00;
}
.BgClassName
{
background-color: #90BD00;
}
</style>
border-color css
<style>
span { border-color: #90BD00; }
span { border-color: rgb(144,189,0); }
td.TdClassName
{
border-color: #90BD00;
}
.TagClassName
{
border-color: #90BD00;
}
</style>