Shades of Citrus #90C907
Tints of Citrus #90C907
RGB
CMYK
RGB Variations
Color information
#90C907 (or 0x90C907) is known color: Citrus. HEX triplet: 90, C9 and 07. RGB value is (144,201,7). Sum of RGB (Red+Green+Blue) = 144+201+7=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #90C907 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C907 is #6F36F8. Grayscale: #A2A2A2. Windows color (decimal): -7288569 or 510352. OLE color: 510352.
HSL color Cylindrical-coordinate representation of color #90C907: hue angle of 77.63º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90C907 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 7 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.21 |
| HSL | 77.63º | 0.93% | 0.41% | - |
| HSV(B) | 77.63º | 0.97% | 0.79% | - |
| XYZ | 32.43 | 47.72 | 7.7 | - |
| YUV | 161.84 | 40.62 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 7 | 0.28 | 0 | 0.97 | 0.21 | 77.63 | 0.93 | 0.41 |
| Hex | 90 | C9 | 7 | 1C | 0 | 61 | 15 | 4E | 5D | 29 |
| Octal | 220 | 311 | 7 | 34 | 0 | 141 | 25 | 116 | 135 | 51 |
| Binary | 10010000 | 11001001 | 111 | 11100 | 0 | 1100001 | 10101 | 1001110 | 1011101 | 101001 |
Color Harmonies of #90C907
Complementary color
Monochromatic Colors of #90C907
Black with #90C907
Text Example
Text Example
White with #90C907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C907; }
p { color: rgb(144,201,7); }
H1.HeaderClassName
{
color: #90C907;
}
.AnyTagClassName
{
color: #90C907;
}
</style>
background-color css
<style>
a { background-color: #90C907; }
a { background-color: rgb(144,201,7); }
div.DivClassName
{
background-color: #90C907;
}
.BgClassName
{
background-color: #90C907;
}
</style>
border-color css
<style>
span { border-color: #90C907; }
span { border-color: rgb(144,201,7); }
td.TdClassName
{
border-color: #90C907;
}
.TagClassName
{
border-color: #90C907;
}
</style>