Shades of Citrus #84BC04
Tints of Citrus #84BC04
RGB
CMYK
RGB Variations
Color information
#84BC04 (or 0x84BC04) is known color: Citrus. HEX triplet: 84, BC and 04. RGB value is (132,188,4). Sum of RGB (Red+Green+Blue) = 132+188+4=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BC04 is #7B43FB. Grayscale: #969696. Windows color (decimal): -8078332 or 310404. OLE color: 310404.
HSL color Cylindrical-coordinate representation of color #84BC04: hue angle of 78.26º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84BC04 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 4 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.26 |
| HSL | 78.26º | 0.96% | 0.38% | - |
| HSV(B) | 78.26º | 0.98% | 0.74% | - |
| XYZ | 27.52 | 40.88 | 6.56 | - |
| YUV | 150.28 | 45.45 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 4 | 0.30 | 0 | 0.98 | 0.26 | 78.26 | 0.96 | 0.38 |
| Hex | 84 | BC | 4 | 1E | 0 | 62 | 1A | 4E | 60 | 26 |
| Octal | 204 | 274 | 4 | 36 | 0 | 142 | 32 | 116 | 140 | 46 |
| Binary | 10000100 | 10111100 | 100 | 11110 | 0 | 1100010 | 11010 | 1001110 | 1100000 | 100110 |
Color Harmonies of #84BC04
Complementary color
Monochromatic Colors of #84BC04
Black with #84BC04
Text Example
Text Example
White with #84BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC04; }
p { color: rgb(132,188,4); }
H1.HeaderClassName
{
color: #84BC04;
}
.AnyTagClassName
{
color: #84BC04;
}
</style>
background-color css
<style>
a { background-color: #84BC04; }
a { background-color: rgb(132,188,4); }
div.DivClassName
{
background-color: #84BC04;
}
.BgClassName
{
background-color: #84BC04;
}
</style>
border-color css
<style>
span { border-color: #84BC04; }
span { border-color: rgb(132,188,4); }
td.TdClassName
{
border-color: #84BC04;
}
.TagClassName
{
border-color: #84BC04;
}
</style>