Shades of Citrus #8FCC07
Tints of Citrus #8FCC07
RGB
CMYK
RGB Variations
Color information
#8FCC07 (or 0x8FCC07) is known color: Citrus. HEX triplet: 8F, CC and 07. RGB value is (143,204,7). Sum of RGB (Red+Green+Blue) = 143+204+7=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCC07 is #7033F8. Grayscale: #A4A4A4. Windows color (decimal): -7353337 or 511119. OLE color: 511119.
HSL color Cylindrical-coordinate representation of color #8FCC07: hue angle of 78.58º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FCC07 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 7 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.2 |
| HSL | 78.58º | 0.93% | 0.41% | - |
| HSV(B) | 78.58º | 0.97% | 0.8% | - |
| XYZ | 32.96 | 49.04 | 7.93 | - |
| YUV | 163.3 | 39.79 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 7 | 0.30 | 0 | 0.97 | 0.2 | 78.58 | 0.93 | 0.41 |
| Hex | 8F | CC | 7 | 1E | 0 | 61 | 14 | 4F | 5D | 29 |
| Octal | 217 | 314 | 7 | 36 | 0 | 141 | 24 | 117 | 135 | 51 |
| Binary | 10001111 | 11001100 | 111 | 11110 | 0 | 1100001 | 10100 | 1001111 | 1011101 | 101001 |
Color Harmonies of #8FCC07
Complementary color
Monochromatic Colors of #8FCC07
Black with #8FCC07
Text Example
Text Example
White with #8FCC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC07; }
p { color: rgb(143,204,7); }
H1.HeaderClassName
{
color: #8FCC07;
}
.AnyTagClassName
{
color: #8FCC07;
}
</style>
background-color css
<style>
a { background-color: #8FCC07; }
a { background-color: rgb(143,204,7); }
div.DivClassName
{
background-color: #8FCC07;
}
.BgClassName
{
background-color: #8FCC07;
}
</style>
border-color css
<style>
span { border-color: #8FCC07; }
span { border-color: rgb(143,204,7); }
td.TdClassName
{
border-color: #8FCC07;
}
.TagClassName
{
border-color: #8FCC07;
}
</style>