Shades of Citrus #84C005
Tints of Citrus #84C005
RGB
CMYK
RGB Variations
Color information
#84C005 (or 0x84C005) is known color: Citrus. HEX triplet: 84, C0 and 05. RGB value is (132,192,5). Sum of RGB (Red+Green+Blue) = 132+192+5=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #84C005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C005 is #7B3FFA. Grayscale: #999999. Windows color (decimal): -8077307 or 376964. OLE color: 376964.
HSL color Cylindrical-coordinate representation of color #84C005: hue angle of 79.25º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84C005 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 5 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.25 |
| HSL | 79.25º | 0.95% | 0.39% | - |
| HSV(B) | 79.25º | 0.97% | 0.75% | - |
| XYZ | 28.39 | 42.62 | 6.87 | - |
| YUV | 152.74 | 44.62 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 5 | 0.31 | 0 | 0.97 | 0.25 | 79.25 | 0.95 | 0.39 |
| Hex | 84 | C0 | 5 | 1F | 0 | 61 | 19 | 4F | 5F | 27 |
| Octal | 204 | 300 | 5 | 37 | 0 | 141 | 31 | 117 | 137 | 47 |
| Binary | 10000100 | 11000000 | 101 | 11111 | 0 | 1100001 | 11001 | 1001111 | 1011111 | 100111 |
Color Harmonies of #84C005
Complementary color
Monochromatic Colors of #84C005
Black with #84C005
Text Example
Text Example
White with #84C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C005; }
p { color: rgb(132,192,5); }
H1.HeaderClassName
{
color: #84C005;
}
.AnyTagClassName
{
color: #84C005;
}
</style>
background-color css
<style>
a { background-color: #84C005; }
a { background-color: rgb(132,192,5); }
div.DivClassName
{
background-color: #84C005;
}
.BgClassName
{
background-color: #84C005;
}
</style>
border-color css
<style>
span { border-color: #84C005; }
span { border-color: rgb(132,192,5); }
td.TdClassName
{
border-color: #84C005;
}
.TagClassName
{
border-color: #84C005;
}
</style>