Shades of Citrus #84C807
Tints of Citrus #84C807
RGB
CMYK
RGB Variations
Color information
#84C807 (or 0x84C807) is known color: Citrus. HEX triplet: 84, C8 and 07. RGB value is (132,200,7). Sum of RGB (Red+Green+Blue) = 132+200+7=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #84C807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C807 is #7B37F8. Grayscale: #9E9E9E. Windows color (decimal): -8075257 or 510084. OLE color: 510084.
HSL color Cylindrical-coordinate representation of color #84C807: hue angle of 81.14º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84C807 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 200 | 7 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.22 |
| HSL | 81.14º | 0.93% | 0.41% | - |
| HSV(B) | 81.14º | 0.97% | 0.78% | - |
| XYZ | 30.21 | 46.23 | 7.53 | - |
| YUV | 157.67 | 42.97 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 7 | 0.34 | 0 | 0.96 | 0.22 | 81.14 | 0.93 | 0.41 |
| Hex | 84 | C8 | 7 | 22 | 0 | 60 | 16 | 51 | 5D | 29 |
| Octal | 204 | 310 | 7 | 42 | 0 | 140 | 26 | 121 | 135 | 51 |
| Binary | 10000100 | 11001000 | 111 | 100010 | 0 | 1100000 | 10110 | 1010001 | 1011101 | 101001 |
Color Harmonies of #84C807
Complementary color
Monochromatic Colors of #84C807
Black with #84C807
Text Example
Text Example
White with #84C807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C807; }
p { color: rgb(132,200,7); }
H1.HeaderClassName
{
color: #84C807;
}
.AnyTagClassName
{
color: #84C807;
}
</style>
background-color css
<style>
a { background-color: #84C807; }
a { background-color: rgb(132,200,7); }
div.DivClassName
{
background-color: #84C807;
}
.BgClassName
{
background-color: #84C807;
}
</style>
border-color css
<style>
span { border-color: #84C807; }
span { border-color: rgb(132,200,7); }
td.TdClassName
{
border-color: #84C807;
}
.TagClassName
{
border-color: #84C807;
}
</style>