Shades of Citrus #84C205
Tints of Citrus #84C205
RGB
CMYK
RGB Variations
Color information
#84C205 (or 0x84C205) is known color: Citrus. HEX triplet: 84, C2 and 05. RGB value is (132,194,5). Sum of RGB (Red+Green+Blue) = 132+194+5=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #84C205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C205 is #7B3DFA. Grayscale: #9A9A9A. Windows color (decimal): -8076795 or 377476. OLE color: 377476.
HSL color Cylindrical-coordinate representation of color #84C205: hue angle of 79.68º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84C205 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 5 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.24 |
| HSL | 79.68º | 0.95% | 0.39% | - |
| HSV(B) | 79.68º | 0.97% | 0.76% | - |
| XYZ | 28.83 | 43.5 | 7.02 | - |
| YUV | 153.92 | 43.96 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 5 | 0.32 | 0 | 0.97 | 0.24 | 79.68 | 0.95 | 0.39 |
| Hex | 84 | C2 | 5 | 20 | 0 | 61 | 18 | 50 | 5F | 27 |
| Octal | 204 | 302 | 5 | 40 | 0 | 141 | 30 | 120 | 137 | 47 |
| Binary | 10000100 | 11000010 | 101 | 100000 | 0 | 1100001 | 11000 | 1010000 | 1011111 | 100111 |
Color Harmonies of #84C205
Complementary color
Monochromatic Colors of #84C205
Black with #84C205
Text Example
Text Example
White with #84C205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C205; }
p { color: rgb(132,194,5); }
H1.HeaderClassName
{
color: #84C205;
}
.AnyTagClassName
{
color: #84C205;
}
</style>
background-color css
<style>
a { background-color: #84C205; }
a { background-color: rgb(132,194,5); }
div.DivClassName
{
background-color: #84C205;
}
.BgClassName
{
background-color: #84C205;
}
</style>
border-color css
<style>
span { border-color: #84C205; }
span { border-color: rgb(132,194,5); }
td.TdClassName
{
border-color: #84C205;
}
.TagClassName
{
border-color: #84C205;
}
</style>