Shades of Citrus #8FCD03
Tints of Citrus #8FCD03
RGB
CMYK
RGB Variations
Color information
#8FCD03 (or 0x8FCD03) is known color: Citrus. HEX triplet: 8F, CD and 03. RGB value is (143,205,3). Sum of RGB (Red+Green+Blue) = 143+205+3=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCD03 is #7032FC. Grayscale: #A4A4A4. Windows color (decimal): -7353085 or 249231. OLE color: 249231.
HSL color Cylindrical-coordinate representation of color #8FCD03: hue angle of 78.42º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FCD03 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 3 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.20 |
| HSL | 78.42º | 0.97% | 0.41% | - |
| HSV(B) | 78.42º | 0.99% | 0.8% | - |
| XYZ | 33.18 | 49.51 | 7.89 | - |
| YUV | 163.43 | 37.46 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 3 | 0.30 | 0 | 0.99 | 0.20 | 78.42 | 0.97 | 0.41 |
| Hex | 8F | CD | 3 | 1E | 0 | 63 | 14 | 4E | 61 | 29 |
| Octal | 217 | 315 | 3 | 36 | 0 | 143 | 24 | 116 | 141 | 51 |
| Binary | 10001111 | 11001101 | 11 | 11110 | 0 | 1100011 | 10100 | 1001110 | 1100001 | 101001 |
Color Harmonies of #8FCD03
Complementary color
Monochromatic Colors of #8FCD03
Black with #8FCD03
Text Example
Text Example
White with #8FCD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCD03; }
p { color: rgb(143,205,3); }
H1.HeaderClassName
{
color: #8FCD03;
}
.AnyTagClassName
{
color: #8FCD03;
}
</style>
background-color css
<style>
a { background-color: #8FCD03; }
a { background-color: rgb(143,205,3); }
div.DivClassName
{
background-color: #8FCD03;
}
.BgClassName
{
background-color: #8FCD03;
}
</style>
border-color css
<style>
span { border-color: #8FCD03; }
span { border-color: rgb(143,205,3); }
td.TdClassName
{
border-color: #8FCD03;
}
.TagClassName
{
border-color: #8FCD03;
}
</style>