Shades of Citrus #84C209
Tints of Citrus #84C209
RGB
CMYK
RGB Variations
Color information
#84C209 (or 0x84C209) is known color: Citrus. HEX triplet: 84, C2 and 09. RGB value is (132,194,9). Sum of RGB (Red+Green+Blue) = 132+194+9=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #84C209 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C209 is #7B3DF6. Grayscale: #9B9B9B. Windows color (decimal): -8076791 or 639620. OLE color: 639620.
HSL color Cylindrical-coordinate representation of color #84C209: hue angle of 80.11º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84C209 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 9 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.24 |
| HSL | 80.11º | 0.91% | 0.4% | - |
| HSV(B) | 80.11º | 0.95% | 0.76% | - |
| XYZ | 28.86 | 43.51 | 7.14 | - |
| YUV | 154.37 | 45.96 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 9 | 0.32 | 0 | 0.95 | 0.24 | 80.11 | 0.91 | 0.4 |
| Hex | 84 | C2 | 9 | 20 | 0 | 5F | 18 | 50 | 5B | 28 |
| Octal | 204 | 302 | 11 | 40 | 0 | 137 | 30 | 120 | 133 | 50 |
| Binary | 10000100 | 11000010 | 1001 | 100000 | 0 | 1011111 | 11000 | 1010000 | 1011011 | 101000 |
Color Harmonies of #84C209
Complementary color
Monochromatic Colors of #84C209
Black with #84C209
Text Example
Text Example
White with #84C209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C209; }
p { color: rgb(132,194,9); }
H1.HeaderClassName
{
color: #84C209;
}
.AnyTagClassName
{
color: #84C209;
}
</style>
background-color css
<style>
a { background-color: #84C209; }
a { background-color: rgb(132,194,9); }
div.DivClassName
{
background-color: #84C209;
}
.BgClassName
{
background-color: #84C209;
}
</style>
border-color css
<style>
span { border-color: #84C209; }
span { border-color: rgb(132,194,9); }
td.TdClassName
{
border-color: #84C209;
}
.TagClassName
{
border-color: #84C209;
}
</style>