Shades of Citrus #84C208
Tints of Citrus #84C208
RGB
CMYK
RGB Variations
Color information
#84C208 (or 0x84C208) is known color: Citrus. HEX triplet: 84, C2 and 08. RGB value is (132,194,8). Sum of RGB (Red+Green+Blue) = 132+194+8=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #84C208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C208 is #7B3DF7. Grayscale: #9A9A9A. Windows color (decimal): -8076792 or 574084. OLE color: 574084.
HSL color Cylindrical-coordinate representation of color #84C208: hue angle of 80º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84C208 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 8 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.24 |
| HSL | 80º | 0.92% | 0.4% | - |
| HSV(B) | 80º | 0.96% | 0.76% | - |
| XYZ | 28.85 | 43.51 | 7.11 | - |
| YUV | 154.26 | 45.46 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 8 | 0.32 | 0 | 0.96 | 0.24 | 80 | 0.92 | 0.4 |
| Hex | 84 | C2 | 8 | 20 | 0 | 60 | 18 | 50 | 5C | 28 |
| Octal | 204 | 302 | 10 | 40 | 0 | 140 | 30 | 120 | 134 | 50 |
| Binary | 10000100 | 11000010 | 1000 | 100000 | 0 | 1100000 | 11000 | 1010000 | 1011100 | 101000 |
Color Harmonies of #84C208
Complementary color
Monochromatic Colors of #84C208
Black with #84C208
Text Example
Text Example
White with #84C208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C208; }
p { color: rgb(132,194,8); }
H1.HeaderClassName
{
color: #84C208;
}
.AnyTagClassName
{
color: #84C208;
}
</style>
background-color css
<style>
a { background-color: #84C208; }
a { background-color: rgb(132,194,8); }
div.DivClassName
{
background-color: #84C208;
}
.BgClassName
{
background-color: #84C208;
}
</style>
border-color css
<style>
span { border-color: #84C208; }
span { border-color: rgb(132,194,8); }
td.TdClassName
{
border-color: #84C208;
}
.TagClassName
{
border-color: #84C208;
}
</style>