Shades of Citrus #90CD08
Tints of Citrus #90CD08
RGB
CMYK
RGB Variations
Color information
#90CD08 (or 0x90CD08) is known color: Citrus. HEX triplet: 90, CD and 08. RGB value is (144,205,8). Sum of RGB (Red+Green+Blue) = 144+205+8=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 205 (80.47% from 255 or 57.42% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90CD08 is #6F32F7. Grayscale: #A5A5A5. Windows color (decimal): -7287544 or 576912. OLE color: 576912.
HSL color Cylindrical-coordinate representation of color #90CD08: hue angle of 78.58º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90CD08 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 8 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.20 |
| HSL | 78.58º | 0.92% | 0.42% | - |
| HSV(B) | 78.58º | 0.96% | 0.8% | - |
| XYZ | 33.38 | 49.61 | 8.05 | - |
| YUV | 164.3 | 39.79 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 8 | 0.30 | 0 | 0.96 | 0.20 | 78.58 | 0.92 | 0.42 |
| Hex | 90 | CD | 8 | 1E | 0 | 60 | 14 | 4F | 5C | 2A |
| Octal | 220 | 315 | 10 | 36 | 0 | 140 | 24 | 117 | 134 | 52 |
| Binary | 10010000 | 11001101 | 1000 | 11110 | 0 | 1100000 | 10100 | 1001111 | 1011100 | 101010 |
Color Harmonies of #90CD08
Complementary color
Monochromatic Colors of #90CD08
Black with #90CD08
Text Example
Text Example
White with #90CD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CD08; }
p { color: rgb(144,205,8); }
H1.HeaderClassName
{
color: #90CD08;
}
.AnyTagClassName
{
color: #90CD08;
}
</style>
background-color css
<style>
a { background-color: #90CD08; }
a { background-color: rgb(144,205,8); }
div.DivClassName
{
background-color: #90CD08;
}
.BgClassName
{
background-color: #90CD08;
}
</style>
border-color css
<style>
span { border-color: #90CD08; }
span { border-color: rgb(144,205,8); }
td.TdClassName
{
border-color: #90CD08;
}
.TagClassName
{
border-color: #90CD08;
}
</style>