Shades of Citrus #98CF0A
Tints of Citrus #98CF0A
RGB
CMYK
RGB Variations
Color information
#98CF0A (or 0x98CF0A) is known color: Citrus. HEX triplet: 98, CF and 0A. RGB value is (152,207,10). Sum of RGB (Red+Green+Blue) = 152+207+10=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 207 (81.25% from 255 or 56.10% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CF0A is #6730F5. Grayscale: #A8A8A8. Windows color (decimal): -6762742 or 708504. OLE color: 708504.
HSL color Cylindrical-coordinate representation of color #98CF0A: hue angle of 76.75º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98CF0A is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 10 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.19 |
| HSL | 76.75º | 0.91% | 0.43% | - |
| HSV(B) | 76.75º | 0.95% | 0.81% | - |
| XYZ | 35.32 | 51.32 | 8.33 | - |
| YUV | 168.1 | 38.78 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 10 | 0.27 | 0 | 0.95 | 0.19 | 76.75 | 0.91 | 0.43 |
| Hex | 98 | CF | A | 1B | 0 | 5F | 13 | 4D | 5B | 2B |
| Octal | 230 | 317 | 12 | 33 | 0 | 137 | 23 | 115 | 133 | 53 |
| Binary | 10011000 | 11001111 | 1010 | 11011 | 0 | 1011111 | 10011 | 1001101 | 1011011 | 101011 |
Color Harmonies of #98CF0A
Complementary color
Monochromatic Colors of #98CF0A
Black with #98CF0A
Text Example
Text Example
White with #98CF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CF0A; }
p { color: rgb(152,207,10); }
H1.HeaderClassName
{
color: #98CF0A;
}
.AnyTagClassName
{
color: #98CF0A;
}
</style>
background-color css
<style>
a { background-color: #98CF0A; }
a { background-color: rgb(152,207,10); }
div.DivClassName
{
background-color: #98CF0A;
}
.BgClassName
{
background-color: #98CF0A;
}
</style>
border-color css
<style>
span { border-color: #98CF0A; }
span { border-color: rgb(152,207,10); }
td.TdClassName
{
border-color: #98CF0A;
}
.TagClassName
{
border-color: #98CF0A;
}
</style>