Shades of Citrus #84C104
Tints of Citrus #84C104
RGB
CMYK
RGB Variations
Color information
#84C104 (or 0x84C104) is known color: Citrus. HEX triplet: 84, C1 and 04. RGB value is (132,193,4). Sum of RGB (Red+Green+Blue) = 132+193+4=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #84C104 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C104 is #7B3EFB. Grayscale: #999999. Windows color (decimal): -8077052 or 311684. OLE color: 311684.
HSL color Cylindrical-coordinate representation of color #84C104: hue angle of 79.37º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84C104 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 4 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.24 |
| HSL | 79.37º | 0.96% | 0.39% | - |
| HSV(B) | 79.37º | 0.98% | 0.76% | - |
| XYZ | 28.61 | 43.05 | 6.92 | - |
| YUV | 153.22 | 43.79 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 4 | 0.32 | 0 | 0.98 | 0.24 | 79.37 | 0.96 | 0.39 |
| Hex | 84 | C1 | 4 | 20 | 0 | 62 | 18 | 4F | 60 | 27 |
| Octal | 204 | 301 | 4 | 40 | 0 | 142 | 30 | 117 | 140 | 47 |
| Binary | 10000100 | 11000001 | 100 | 100000 | 0 | 1100010 | 11000 | 1001111 | 1100000 | 100111 |
Color Harmonies of #84C104
Complementary color
Monochromatic Colors of #84C104
Black with #84C104
Text Example
Text Example
White with #84C104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C104; }
p { color: rgb(132,193,4); }
H1.HeaderClassName
{
color: #84C104;
}
.AnyTagClassName
{
color: #84C104;
}
</style>
background-color css
<style>
a { background-color: #84C104; }
a { background-color: rgb(132,193,4); }
div.DivClassName
{
background-color: #84C104;
}
.BgClassName
{
background-color: #84C104;
}
</style>
border-color css
<style>
span { border-color: #84C104; }
span { border-color: rgb(132,193,4); }
td.TdClassName
{
border-color: #84C104;
}
.TagClassName
{
border-color: #84C104;
}
</style>