Shades of Citrus #90B700
Tints of Citrus #90B700
RGB
CMYK
RGB Variations
Color information
#90B700 (or 0x90B700) is known color: Citrus. HEX triplet: 90, B7 and 00. RGB value is (144,183,0). Sum of RGB (Red+Green+Blue) = 144+183+0=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 183 (71.88% from 255 or 55.96% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 183 - color contains mainly: green. Hex color #90B700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B700 is #6F48FF. Grayscale: #979797. Windows color (decimal): -7293184 or 46992. OLE color: 46992.
HSL color Cylindrical-coordinate representation of color #90B700: hue angle of 72.79º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90B700 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 183 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.28 |
| HSL | 72.79º | 1% | 0.36% | - |
| HSV(B) | 72.79º | 1% | 0.72% | - |
| XYZ | 28.44 | 39.8 | 6.18 | - |
| YUV | 150.48 | 43.08 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 0 | 0.21 | 0 | 1 | 0.28 | 72.79 | 1 | 0.36 |
| Hex | 90 | B7 | 0 | 15 | 0 | 64 | 1C | 49 | 64 | 24 |
| Octal | 220 | 267 | 0 | 25 | 0 | 144 | 34 | 111 | 144 | 44 |
| Binary | 10010000 | 10110111 | 0 | 10101 | 0 | 1100100 | 11100 | 1001001 | 1100100 | 100100 |
Color Harmonies of #90B700
Complementary color
Monochromatic Colors of #90B700
Black with #90B700
Text Example
Text Example
White with #90B700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B700; }
p { color: rgb(144,183,0); }
H1.HeaderClassName
{
color: #90B700;
}
.AnyTagClassName
{
color: #90B700;
}
</style>
background-color css
<style>
a { background-color: #90B700; }
a { background-color: rgb(144,183,0); }
div.DivClassName
{
background-color: #90B700;
}
.BgClassName
{
background-color: #90B700;
}
</style>
border-color css
<style>
span { border-color: #90B700; }
span { border-color: rgb(144,183,0); }
td.TdClassName
{
border-color: #90B700;
}
.TagClassName
{
border-color: #90B700;
}
</style>