Shades of Citrus #90CD03
Tints of Citrus #90CD03
RGB
CMYK
RGB Variations
Color information
#90CD03 (or 0x90CD03) is known color: Citrus. HEX triplet: 90, CD and 03. RGB value is (144,205,3). Sum of RGB (Red+Green+Blue) = 144+205+3=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 205 (80.47% from 255 or 58.24% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90CD03 is #6F32FC. Grayscale: #A4A4A4. Windows color (decimal): -7287549 or 249232. OLE color: 249232.
HSL color Cylindrical-coordinate representation of color #90CD03: hue angle of 78.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90CD03 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 3 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.20 |
| HSL | 78.12º | 0.97% | 0.41% | - |
| HSV(B) | 78.12º | 0.99% | 0.8% | - |
| XYZ | 33.35 | 49.6 | 7.9 | - |
| YUV | 163.73 | 37.29 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 3 | 0.30 | 0 | 0.99 | 0.20 | 78.12 | 0.97 | 0.41 |
| Hex | 90 | CD | 3 | 1E | 0 | 63 | 14 | 4E | 61 | 29 |
| Octal | 220 | 315 | 3 | 36 | 0 | 143 | 24 | 116 | 141 | 51 |
| Binary | 10010000 | 11001101 | 11 | 11110 | 0 | 1100011 | 10100 | 1001110 | 1100001 | 101001 |
Color Harmonies of #90CD03
Complementary color
Monochromatic Colors of #90CD03
Black with #90CD03
Text Example
Text Example
White with #90CD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CD03; }
p { color: rgb(144,205,3); }
H1.HeaderClassName
{
color: #90CD03;
}
.AnyTagClassName
{
color: #90CD03;
}
</style>
background-color css
<style>
a { background-color: #90CD03; }
a { background-color: rgb(144,205,3); }
div.DivClassName
{
background-color: #90CD03;
}
.BgClassName
{
background-color: #90CD03;
}
</style>
border-color css
<style>
span { border-color: #90CD03; }
span { border-color: rgb(144,205,3); }
td.TdClassName
{
border-color: #90CD03;
}
.TagClassName
{
border-color: #90CD03;
}
</style>