Shades of Citrus #8FCC0F
Tints of Citrus #8FCC0F
RGB
CMYK
RGB Variations
Color information
#8FCC0F (or 0x8FCC0F) is known color: Citrus. HEX triplet: 8F, CC and 0F. RGB value is (143,204,15). Sum of RGB (Red+Green+Blue) = 143+204+15=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCC0F is #7033F0. Grayscale: #A4A4A4. Windows color (decimal): -7353329 or 1035407. OLE color: 1035407.
HSL color Cylindrical-coordinate representation of color #8FCC0F: hue angle of 79.37º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FCC0F is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 15 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.2 |
| HSL | 79.37º | 0.86% | 0.43% | - |
| HSV(B) | 79.37º | 0.93% | 0.8% | - |
| XYZ | 33.01 | 49.06 | 8.18 | - |
| YUV | 164.22 | 43.79 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 15 | 0.30 | 0 | 0.93 | 0.2 | 79.37 | 0.86 | 0.43 |
| Hex | 8F | CC | F | 1E | 0 | 5D | 14 | 4F | 56 | 2B |
| Octal | 217 | 314 | 17 | 36 | 0 | 135 | 24 | 117 | 126 | 53 |
| Binary | 10001111 | 11001100 | 1111 | 11110 | 0 | 1011101 | 10100 | 1001111 | 1010110 | 101011 |
Color Harmonies of #8FCC0F
Complementary color
Monochromatic Colors of #8FCC0F
Black with #8FCC0F
Text Example
Text Example
White with #8FCC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC0F; }
p { color: rgb(143,204,15); }
H1.HeaderClassName
{
color: #8FCC0F;
}
.AnyTagClassName
{
color: #8FCC0F;
}
</style>
background-color css
<style>
a { background-color: #8FCC0F; }
a { background-color: rgb(143,204,15); }
div.DivClassName
{
background-color: #8FCC0F;
}
.BgClassName
{
background-color: #8FCC0F;
}
</style>
border-color css
<style>
span { border-color: #8FCC0F; }
span { border-color: rgb(143,204,15); }
td.TdClassName
{
border-color: #8FCC0F;
}
.TagClassName
{
border-color: #8FCC0F;
}
</style>