Shades of Citrus #8CCF07
Tints of Citrus #8CCF07
RGB
CMYK
RGB Variations
Color information
#8CCF07 (or 0x8CCF07) is known color: Citrus. HEX triplet: 8C, CF and 07. RGB value is (140,207,7). Sum of RGB (Red+Green+Blue) = 140+207+7=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 207 (81.25% from 255 or 58.47% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCF07 is #7330F8. Grayscale: #A4A4A4. Windows color (decimal): -7549177 or 511884. OLE color: 511884.
HSL color Cylindrical-coordinate representation of color #8CCF07: hue angle of 80.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CCF07 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 7 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.19 |
| HSL | 80.1º | 0.93% | 0.42% | - |
| HSV(B) | 80.1º | 0.97% | 0.81% | - |
| XYZ | 33.17 | 50.22 | 8.15 | - |
| YUV | 164.17 | 39.3 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 7 | 0.32 | 0 | 0.97 | 0.19 | 80.1 | 0.93 | 0.42 |
| Hex | 8C | CF | 7 | 20 | 0 | 61 | 13 | 50 | 5D | 2A |
| Octal | 214 | 317 | 7 | 40 | 0 | 141 | 23 | 120 | 135 | 52 |
| Binary | 10001100 | 11001111 | 111 | 100000 | 0 | 1100001 | 10011 | 1010000 | 1011101 | 101010 |
Color Harmonies of #8CCF07
Complementary color
Monochromatic Colors of #8CCF07
Black with #8CCF07
Text Example
Text Example
White with #8CCF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF07; }
p { color: rgb(140,207,7); }
H1.HeaderClassName
{
color: #8CCF07;
}
.AnyTagClassName
{
color: #8CCF07;
}
</style>
background-color css
<style>
a { background-color: #8CCF07; }
a { background-color: rgb(140,207,7); }
div.DivClassName
{
background-color: #8CCF07;
}
.BgClassName
{
background-color: #8CCF07;
}
</style>
border-color css
<style>
span { border-color: #8CCF07; }
span { border-color: rgb(140,207,7); }
td.TdClassName
{
border-color: #8CCF07;
}
.TagClassName
{
border-color: #8CCF07;
}
</style>