Shades of Citrus #84C607
Tints of Citrus #84C607
RGB
CMYK
RGB Variations
Color information
#84C607 (or 0x84C607) is known color: Citrus. HEX triplet: 84, C6 and 07. RGB value is (132,198,7). Sum of RGB (Red+Green+Blue) = 132+198+7=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 198 (77.73% from 255 or 58.75% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 198 - color contains mainly: green. Hex color #84C607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C607 is #7B39F8. Grayscale: #9D9D9D. Windows color (decimal): -8075769 or 509572. OLE color: 509572.
HSL color Cylindrical-coordinate representation of color #84C607: hue angle of 80.73º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84C607 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 198 | 7 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.22 |
| HSL | 80.73º | 0.93% | 0.4% | - |
| HSV(B) | 80.73º | 0.96% | 0.78% | - |
| XYZ | 29.75 | 45.31 | 7.38 | - |
| YUV | 156.49 | 43.63 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 7 | 0.33 | 0 | 0.96 | 0.22 | 80.73 | 0.93 | 0.4 |
| Hex | 84 | C6 | 7 | 21 | 0 | 60 | 16 | 51 | 5D | 28 |
| Octal | 204 | 306 | 7 | 41 | 0 | 140 | 26 | 121 | 135 | 50 |
| Binary | 10000100 | 11000110 | 111 | 100001 | 0 | 1100000 | 10110 | 1010001 | 1011101 | 101000 |
Color Harmonies of #84C607
Complementary color
Monochromatic Colors of #84C607
Black with #84C607
Text Example
Text Example
White with #84C607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C607; }
p { color: rgb(132,198,7); }
H1.HeaderClassName
{
color: #84C607;
}
.AnyTagClassName
{
color: #84C607;
}
</style>
background-color css
<style>
a { background-color: #84C607; }
a { background-color: rgb(132,198,7); }
div.DivClassName
{
background-color: #84C607;
}
.BgClassName
{
background-color: #84C607;
}
</style>
border-color css
<style>
span { border-color: #84C607; }
span { border-color: rgb(132,198,7); }
td.TdClassName
{
border-color: #84C607;
}
.TagClassName
{
border-color: #84C607;
}
</style>