Shades of Citrus #8CBE14
Tints of Citrus #8CBE14
RGB
CMYK
RGB Variations
Color information
#8CBE14 (or 0x8CBE14) is known color: Citrus. HEX triplet: 8C, BE and 14. RGB value is (140,190,20). Sum of RGB (Red+Green+Blue) = 140+190+20=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBE14 is #7341EB. Grayscale: #9C9C9C. Windows color (decimal): -7553516 or 1359500. OLE color: 1359500.
HSL color Cylindrical-coordinate representation of color #8CBE14: hue angle of 77.65º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CBE14 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 20 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.25 |
| HSL | 77.65º | 0.81% | 0.41% | - |
| HSV(B) | 77.65º | 0.89% | 0.75% | - |
| XYZ | 29.35 | 42.45 | 7.31 | - |
| YUV | 155.67 | 51.44 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 20 | 0.26 | 0 | 0.89 | 0.25 | 77.65 | 0.81 | 0.41 |
| Hex | 8C | BE | 14 | 1A | 0 | 59 | 19 | 4E | 51 | 29 |
| Octal | 214 | 276 | 24 | 32 | 0 | 131 | 31 | 116 | 121 | 51 |
| Binary | 10001100 | 10111110 | 10100 | 11010 | 0 | 1011001 | 11001 | 1001110 | 1010001 | 101001 |
Color Harmonies of #8CBE14
Complementary color
Monochromatic Colors of #8CBE14
Black with #8CBE14
Text Example
Text Example
White with #8CBE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE14; }
p { color: rgb(140,190,20); }
H1.HeaderClassName
{
color: #8CBE14;
}
.AnyTagClassName
{
color: #8CBE14;
}
</style>
background-color css
<style>
a { background-color: #8CBE14; }
a { background-color: rgb(140,190,20); }
div.DivClassName
{
background-color: #8CBE14;
}
.BgClassName
{
background-color: #8CBE14;
}
</style>
border-color css
<style>
span { border-color: #8CBE14; }
span { border-color: rgb(140,190,20); }
td.TdClassName
{
border-color: #8CBE14;
}
.TagClassName
{
border-color: #8CBE14;
}
</style>