Shades of Citrus #90BF08
Tints of Citrus #90BF08
RGB
CMYK
RGB Variations
Color information
#90BF08 (or 0x90BF08) is known color: Citrus. HEX triplet: 90, BF and 08. RGB value is (144,191,8). Sum of RGB (Red+Green+Blue) = 144+191+8=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BF08 is #6F40F7. Grayscale: #9C9C9C. Windows color (decimal): -7291128 or 573328. OLE color: 573328.
HSL color Cylindrical-coordinate representation of color #90BF08: hue angle of 75.41º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90BF08 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 8 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.25 |
| HSL | 75.41º | 0.92% | 0.39% | - |
| HSV(B) | 75.41º | 0.96% | 0.75% | - |
| XYZ | 30.18 | 43.21 | 6.98 | - |
| YUV | 156.09 | 44.43 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 8 | 0.25 | 0 | 0.96 | 0.25 | 75.41 | 0.92 | 0.39 |
| Hex | 90 | BF | 8 | 19 | 0 | 60 | 19 | 4B | 5C | 27 |
| Octal | 220 | 277 | 10 | 31 | 0 | 140 | 31 | 113 | 134 | 47 |
| Binary | 10010000 | 10111111 | 1000 | 11001 | 0 | 1100000 | 11001 | 1001011 | 1011100 | 100111 |
Color Harmonies of #90BF08
Complementary color
Monochromatic Colors of #90BF08
Black with #90BF08
Text Example
Text Example
White with #90BF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BF08; }
p { color: rgb(144,191,8); }
H1.HeaderClassName
{
color: #90BF08;
}
.AnyTagClassName
{
color: #90BF08;
}
</style>
background-color css
<style>
a { background-color: #90BF08; }
a { background-color: rgb(144,191,8); }
div.DivClassName
{
background-color: #90BF08;
}
.BgClassName
{
background-color: #90BF08;
}
</style>
border-color css
<style>
span { border-color: #90BF08; }
span { border-color: rgb(144,191,8); }
td.TdClassName
{
border-color: #90BF08;
}
.TagClassName
{
border-color: #90BF08;
}
</style>