Shades of Citrus #84C203
Tints of Citrus #84C203
RGB
CMYK
RGB Variations
Color information
#84C203 (or 0x84C203) is known color: Citrus. HEX triplet: 84, C2 and 03. RGB value is (132,194,3). Sum of RGB (Red+Green+Blue) = 132+194+3=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #84C203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C203 is #7B3DFC. Grayscale: #9A9A9A. Windows color (decimal): -8076797 or 246404. OLE color: 246404.
HSL color Cylindrical-coordinate representation of color #84C203: hue angle of 79.48º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84C203 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 3 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.24 |
| HSL | 79.48º | 0.97% | 0.39% | - |
| HSV(B) | 79.48º | 0.98% | 0.76% | - |
| XYZ | 28.82 | 43.5 | 6.96 | - |
| YUV | 153.69 | 42.96 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 3 | 0.32 | 0 | 0.98 | 0.24 | 79.48 | 0.97 | 0.39 |
| Hex | 84 | C2 | 3 | 20 | 0 | 62 | 18 | 4F | 61 | 27 |
| Octal | 204 | 302 | 3 | 40 | 0 | 142 | 30 | 117 | 141 | 47 |
| Binary | 10000100 | 11000010 | 11 | 100000 | 0 | 1100010 | 11000 | 1001111 | 1100001 | 100111 |
Color Harmonies of #84C203
Complementary color
Monochromatic Colors of #84C203
Black with #84C203
Text Example
Text Example
White with #84C203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C203; }
p { color: rgb(132,194,3); }
H1.HeaderClassName
{
color: #84C203;
}
.AnyTagClassName
{
color: #84C203;
}
</style>
background-color css
<style>
a { background-color: #84C203; }
a { background-color: rgb(132,194,3); }
div.DivClassName
{
background-color: #84C203;
}
.BgClassName
{
background-color: #84C203;
}
</style>
border-color css
<style>
span { border-color: #84C203; }
span { border-color: rgb(132,194,3); }
td.TdClassName
{
border-color: #84C203;
}
.TagClassName
{
border-color: #84C203;
}
</style>