Shades of Citrus #8FB302
Tints of Citrus #8FB302
RGB
CMYK
RGB Variations
Color information
#8FB302 (or 0x8FB302) is known color: Citrus. HEX triplet: 8F, B3 and 02. RGB value is (143,179,2). Sum of RGB (Red+Green+Blue) = 143+179+2=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB302 is #704CFD. Grayscale: #949494. Windows color (decimal): -7359742 or 177039. OLE color: 177039.
HSL color Cylindrical-coordinate representation of color #8FB302: hue angle of 72.2º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FB302 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.30 |
| HSL | 72.2º | 0.98% | 0.35% | - |
| HSV(B) | 72.2º | 0.99% | 0.7% | - |
| XYZ | 27.46 | 38.08 | 5.96 | - |
| YUV | 148.06 | 45.57 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 2 | 0.20 | 0 | 0.99 | 0.30 | 72.2 | 0.98 | 0.35 |
| Hex | 8F | B3 | 2 | 14 | 0 | 63 | 1E | 48 | 62 | 23 |
| Octal | 217 | 263 | 2 | 24 | 0 | 143 | 36 | 110 | 142 | 43 |
| Binary | 10001111 | 10110011 | 10 | 10100 | 0 | 1100011 | 11110 | 1001000 | 1100010 | 100011 |
Color Harmonies of #8FB302
Complementary color
Monochromatic Colors of #8FB302
Black with #8FB302
Text Example
Text Example
White with #8FB302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB302; }
p { color: rgb(143,179,2); }
H1.HeaderClassName
{
color: #8FB302;
}
.AnyTagClassName
{
color: #8FB302;
}
</style>
background-color css
<style>
a { background-color: #8FB302; }
a { background-color: rgb(143,179,2); }
div.DivClassName
{
background-color: #8FB302;
}
.BgClassName
{
background-color: #8FB302;
}
</style>
border-color css
<style>
span { border-color: #8FB302; }
span { border-color: rgb(143,179,2); }
td.TdClassName
{
border-color: #8FB302;
}
.TagClassName
{
border-color: #8FB302;
}
</style>