Shades of Citrus #90C708
Tints of Citrus #90C708
RGB
CMYK
RGB Variations
Color information
#90C708 (or 0x90C708) is known color: Citrus. HEX triplet: 90, C7 and 08. RGB value is (144,199,8). Sum of RGB (Red+Green+Blue) = 144+199+8=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 199 (78.12% from 255 or 56.70% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 199 - color contains mainly: green. Hex color #90C708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C708 is #6F38F7. Grayscale: #A1A1A1. Windows color (decimal): -7289080 or 575376. OLE color: 575376.
HSL color Cylindrical-coordinate representation of color #90C708: hue angle of 77.28º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90C708 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 199 | 8 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.22 |
| HSL | 77.28º | 0.92% | 0.41% | - |
| HSV(B) | 77.28º | 0.96% | 0.78% | - |
| XYZ | 31.97 | 46.79 | 7.58 | - |
| YUV | 160.78 | 41.78 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 8 | 0.28 | 0 | 0.96 | 0.22 | 77.28 | 0.92 | 0.41 |
| Hex | 90 | C7 | 8 | 1C | 0 | 60 | 16 | 4D | 5C | 29 |
| Octal | 220 | 307 | 10 | 34 | 0 | 140 | 26 | 115 | 134 | 51 |
| Binary | 10010000 | 11000111 | 1000 | 11100 | 0 | 1100000 | 10110 | 1001101 | 1011100 | 101001 |
Color Harmonies of #90C708
Complementary color
Monochromatic Colors of #90C708
Black with #90C708
Text Example
Text Example
White with #90C708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C708; }
p { color: rgb(144,199,8); }
H1.HeaderClassName
{
color: #90C708;
}
.AnyTagClassName
{
color: #90C708;
}
</style>
background-color css
<style>
a { background-color: #90C708; }
a { background-color: rgb(144,199,8); }
div.DivClassName
{
background-color: #90C708;
}
.BgClassName
{
background-color: #90C708;
}
</style>
border-color css
<style>
span { border-color: #90C708; }
span { border-color: rgb(144,199,8); }
td.TdClassName
{
border-color: #90C708;
}
.TagClassName
{
border-color: #90C708;
}
</style>