Shades of Citrus #84BF00
Tints of Citrus #84BF00
RGB
CMYK
RGB Variations
Color information
#84BF00 (or 0x84BF00) is known color: Citrus. HEX triplet: 84, BF and 00. RGB value is (132,191,0). Sum of RGB (Red+Green+Blue) = 132+191+0=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 191 (75% from 255 or 59.13% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BF00 is #7B40FF. Grayscale: #989898. Windows color (decimal): -8077568 or 49028. OLE color: 49028.
HSL color Cylindrical-coordinate representation of color #84BF00: hue angle of 78.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84BF00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.25 |
| HSL | 78.53º | 1% | 0.37% | - |
| HSV(B) | 78.53º | 1% | 0.75% | - |
| XYZ | 28.15 | 42.17 | 6.66 | - |
| YUV | 151.59 | 42.45 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 0 | 0.31 | 0 | 1 | 0.25 | 78.53 | 1 | 0.37 |
| Hex | 84 | BF | 0 | 1F | 0 | 64 | 19 | 4F | 64 | 25 |
| Octal | 204 | 277 | 0 | 37 | 0 | 144 | 31 | 117 | 144 | 45 |
| Binary | 10000100 | 10111111 | 0 | 11111 | 0 | 1100100 | 11001 | 1001111 | 1100100 | 100101 |
Color Harmonies of #84BF00
Complementary color
Monochromatic Colors of #84BF00
Black with #84BF00
Text Example
Text Example
White with #84BF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BF00; }
p { color: rgb(132,191,0); }
H1.HeaderClassName
{
color: #84BF00;
}
.AnyTagClassName
{
color: #84BF00;
}
</style>
background-color css
<style>
a { background-color: #84BF00; }
a { background-color: rgb(132,191,0); }
div.DivClassName
{
background-color: #84BF00;
}
.BgClassName
{
background-color: #84BF00;
}
</style>
border-color css
<style>
span { border-color: #84BF00; }
span { border-color: rgb(132,191,0); }
td.TdClassName
{
border-color: #84BF00;
}
.TagClassName
{
border-color: #84BF00;
}
</style>