Shades of Citrus #84BC00
Tints of Citrus #84BC00
RGB
CMYK
RGB Variations
Color information
#84BC00 (or 0x84BC00) is known color: Citrus. HEX triplet: 84, BC and 00. RGB value is (132,188,0). Sum of RGB (Red+Green+Blue) = 132+188+0=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BC00 is #7B43FF. Grayscale: #969696. Windows color (decimal): -8078336 or 48260. OLE color: 48260.
HSL color Cylindrical-coordinate representation of color #84BC00: hue angle of 77.87º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84BC00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.26 |
| HSL | 77.87º | 1% | 0.37% | - |
| HSV(B) | 77.87º | 1% | 0.74% | - |
| XYZ | 27.5 | 40.87 | 6.44 | - |
| YUV | 149.82 | 43.45 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 0 | 0.30 | 0 | 1 | 0.26 | 77.87 | 1 | 0.37 |
| Hex | 84 | BC | 0 | 1E | 0 | 64 | 1A | 4E | 64 | 25 |
| Octal | 204 | 274 | 0 | 36 | 0 | 144 | 32 | 116 | 144 | 45 |
| Binary | 10000100 | 10111100 | 0 | 11110 | 0 | 1100100 | 11010 | 1001110 | 1100100 | 100101 |
Color Harmonies of #84BC00
Complementary color
Monochromatic Colors of #84BC00
Black with #84BC00
Text Example
Text Example
White with #84BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC00; }
p { color: rgb(132,188,0); }
H1.HeaderClassName
{
color: #84BC00;
}
.AnyTagClassName
{
color: #84BC00;
}
</style>
background-color css
<style>
a { background-color: #84BC00; }
a { background-color: rgb(132,188,0); }
div.DivClassName
{
background-color: #84BC00;
}
.BgClassName
{
background-color: #84BC00;
}
</style>
border-color css
<style>
span { border-color: #84BC00; }
span { border-color: rgb(132,188,0); }
td.TdClassName
{
border-color: #84BC00;
}
.TagClassName
{
border-color: #84BC00;
}
</style>