Shades of Citrus #84D203
Tints of Citrus #84D203
RGB
CMYK
RGB Variations
Color information
#84D203 (or 0x84D203) is known color: Citrus. HEX triplet: 84, D2 and 03. RGB value is (132,210,3). Sum of RGB (Red+Green+Blue) = 132+210+3=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #84D203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D203 is #7B2DFC. Grayscale: #A3A3A3. Windows color (decimal): -8072701 or 250500. OLE color: 250500.
HSL color Cylindrical-coordinate representation of color #84D203: hue angle of 82.61º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84D203 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 210 | 3 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.18 |
| HSL | 82.61º | 0.97% | 0.42% | - |
| HSV(B) | 82.61º | 0.99% | 0.82% | - |
| XYZ | 32.58 | 51.01 | 8.21 | - |
| YUV | 163.08 | 37.66 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 3 | 0.37 | 0 | 0.99 | 0.18 | 82.61 | 0.97 | 0.42 |
| Hex | 84 | D2 | 3 | 25 | 0 | 63 | 12 | 53 | 61 | 2A |
| Octal | 204 | 322 | 3 | 45 | 0 | 143 | 22 | 123 | 141 | 52 |
| Binary | 10000100 | 11010010 | 11 | 100101 | 0 | 1100011 | 10010 | 1010011 | 1100001 | 101010 |
Color Harmonies of #84D203
Complementary color
Monochromatic Colors of #84D203
Black with #84D203
Text Example
Text Example
White with #84D203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D203; }
p { color: rgb(132,210,3); }
H1.HeaderClassName
{
color: #84D203;
}
.AnyTagClassName
{
color: #84D203;
}
</style>
background-color css
<style>
a { background-color: #84D203; }
a { background-color: rgb(132,210,3); }
div.DivClassName
{
background-color: #84D203;
}
.BgClassName
{
background-color: #84D203;
}
</style>
border-color css
<style>
span { border-color: #84D203; }
span { border-color: rgb(132,210,3); }
td.TdClassName
{
border-color: #84D203;
}
.TagClassName
{
border-color: #84D203;
}
</style>