Shades of Citrus #8FCD07
Tints of Citrus #8FCD07
RGB
CMYK
RGB Variations
Color information
#8FCD07 (or 0x8FCD07) is known color: Citrus. HEX triplet: 8F, CD and 07. RGB value is (143,205,7). Sum of RGB (Red+Green+Blue) = 143+205+7=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 205 (80.47% from 255 or 57.75% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCD07 is #7032F8. Grayscale: #A4A4A4. Windows color (decimal): -7353081 or 511375. OLE color: 511375.
HSL color Cylindrical-coordinate representation of color #8FCD07: hue angle of 78.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FCD07 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 7 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.20 |
| HSL | 78.79º | 0.93% | 0.42% | - |
| HSV(B) | 78.79º | 0.97% | 0.8% | - |
| XYZ | 33.2 | 49.52 | 8.01 | - |
| YUV | 163.89 | 39.46 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 7 | 0.30 | 0 | 0.97 | 0.20 | 78.79 | 0.93 | 0.42 |
| Hex | 8F | CD | 7 | 1E | 0 | 61 | 14 | 4F | 5D | 2A |
| Octal | 217 | 315 | 7 | 36 | 0 | 141 | 24 | 117 | 135 | 52 |
| Binary | 10001111 | 11001101 | 111 | 11110 | 0 | 1100001 | 10100 | 1001111 | 1011101 | 101010 |
Color Harmonies of #8FCD07
Complementary color
Monochromatic Colors of #8FCD07
Black with #8FCD07
Text Example
Text Example
White with #8FCD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCD07; }
p { color: rgb(143,205,7); }
H1.HeaderClassName
{
color: #8FCD07;
}
.AnyTagClassName
{
color: #8FCD07;
}
</style>
background-color css
<style>
a { background-color: #8FCD07; }
a { background-color: rgb(143,205,7); }
div.DivClassName
{
background-color: #8FCD07;
}
.BgClassName
{
background-color: #8FCD07;
}
</style>
border-color css
<style>
span { border-color: #8FCD07; }
span { border-color: rgb(143,205,7); }
td.TdClassName
{
border-color: #8FCD07;
}
.TagClassName
{
border-color: #8FCD07;
}
</style>