Shades of Citrus #84C905
Tints of Citrus #84C905
RGB
CMYK
RGB Variations
Color information
#84C905 (or 0x84C905) is known color: Citrus. HEX triplet: 84, C9 and 05. RGB value is (132,201,5). Sum of RGB (Red+Green+Blue) = 132+201+5=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #84C905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C905 is #7B36FA. Grayscale: #9E9E9E. Windows color (decimal): -8075003 or 379268. OLE color: 379268.
HSL color Cylindrical-coordinate representation of color #84C905: hue angle of 81.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84C905 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 201 | 5 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.21 |
| HSL | 81.12º | 0.95% | 0.4% | - |
| HSV(B) | 81.12º | 0.98% | 0.79% | - |
| XYZ | 30.43 | 46.69 | 7.55 | - |
| YUV | 158.03 | 41.64 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 201 | 5 | 0.34 | 0 | 0.98 | 0.21 | 81.12 | 0.95 | 0.4 |
| Hex | 84 | C9 | 5 | 22 | 0 | 62 | 15 | 51 | 5F | 28 |
| Octal | 204 | 311 | 5 | 42 | 0 | 142 | 25 | 121 | 137 | 50 |
| Binary | 10000100 | 11001001 | 101 | 100010 | 0 | 1100010 | 10101 | 1010001 | 1011111 | 101000 |
Color Harmonies of #84C905
Complementary color
Monochromatic Colors of #84C905
Black with #84C905
Text Example
Text Example
White with #84C905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C905; }
p { color: rgb(132,201,5); }
H1.HeaderClassName
{
color: #84C905;
}
.AnyTagClassName
{
color: #84C905;
}
</style>
background-color css
<style>
a { background-color: #84C905; }
a { background-color: rgb(132,201,5); }
div.DivClassName
{
background-color: #84C905;
}
.BgClassName
{
background-color: #84C905;
}
</style>
border-color css
<style>
span { border-color: #84C905; }
span { border-color: rgb(132,201,5); }
td.TdClassName
{
border-color: #84C905;
}
.TagClassName
{
border-color: #84C905;
}
</style>