Shades of Citrus #98B30F
Tints of Citrus #98B30F
RGB
CMYK
RGB Variations
Color information
#98B30F (or 0x98B30F) is known color: Citrus. HEX triplet: 98, B3 and 0F. RGB value is (152,179,15). Sum of RGB (Red+Green+Blue) = 152+179+15=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #98B30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B30F is #674CF0. Grayscale: #989898. Windows color (decimal): -6769905 or 1029016. OLE color: 1029016.
HSL color Cylindrical-coordinate representation of color #98B30F: hue angle of 69.88º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98B30F is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 179 | 15 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.30 |
| HSL | 69.88º | 0.85% | 0.38% | - |
| HSV(B) | 69.88º | 0.92% | 0.7% | - |
| XYZ | 29.16 | 38.95 | 6.43 | - |
| YUV | 152.23 | 50.55 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 179 | 15 | 0.15 | 0 | 0.92 | 0.30 | 69.88 | 0.85 | 0.38 |
| Hex | 98 | B3 | F | F | 0 | 5C | 1E | 46 | 55 | 26 |
| Octal | 230 | 263 | 17 | 17 | 0 | 134 | 36 | 106 | 125 | 46 |
| Binary | 10011000 | 10110011 | 1111 | 1111 | 0 | 1011100 | 11110 | 1000110 | 1010101 | 100110 |
Color Harmonies of #98B30F
Complementary color
Monochromatic Colors of #98B30F
Black with #98B30F
Text Example
Text Example
White with #98B30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B30F; }
p { color: rgb(152,179,15); }
H1.HeaderClassName
{
color: #98B30F;
}
.AnyTagClassName
{
color: #98B30F;
}
</style>
background-color css
<style>
a { background-color: #98B30F; }
a { background-color: rgb(152,179,15); }
div.DivClassName
{
background-color: #98B30F;
}
.BgClassName
{
background-color: #98B30F;
}
</style>
border-color css
<style>
span { border-color: #98B30F; }
span { border-color: rgb(152,179,15); }
td.TdClassName
{
border-color: #98B30F;
}
.TagClassName
{
border-color: #98B30F;
}
</style>