Shades of Citrus #84CD0C
Tints of Citrus #84CD0C
RGB
CMYK
RGB Variations
Color information
#84CD0C (or 0x84CD0C) is known color: Citrus. HEX triplet: 84, CD and 0C. RGB value is (132,205,12). Sum of RGB (Red+Green+Blue) = 132+205+12=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 205 (80.47% from 255 or 58.74% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 205 - color contains mainly: green. Hex color #84CD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CD0C is #7B32F3. Grayscale: #A1A1A1. Windows color (decimal): -8073972 or 839044. OLE color: 839044.
HSL color Cylindrical-coordinate representation of color #84CD0C: hue angle of 82.69º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84CD0C is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 205 | 12 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.20 |
| HSL | 82.69º | 0.89% | 0.43% | - |
| HSV(B) | 82.69º | 0.94% | 0.8% | - |
| XYZ | 31.41 | 48.59 | 8.07 | - |
| YUV | 161.17 | 43.82 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 12 | 0.36 | 0 | 0.94 | 0.20 | 82.69 | 0.89 | 0.43 |
| Hex | 84 | CD | C | 24 | 0 | 5E | 14 | 53 | 59 | 2B |
| Octal | 204 | 315 | 14 | 44 | 0 | 136 | 24 | 123 | 131 | 53 |
| Binary | 10000100 | 11001101 | 1100 | 100100 | 0 | 1011110 | 10100 | 1010011 | 1011001 | 101011 |
Color Harmonies of #84CD0C
Complementary color
Monochromatic Colors of #84CD0C
Black with #84CD0C
Text Example
Text Example
White with #84CD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CD0C; }
p { color: rgb(132,205,12); }
H1.HeaderClassName
{
color: #84CD0C;
}
.AnyTagClassName
{
color: #84CD0C;
}
</style>
background-color css
<style>
a { background-color: #84CD0C; }
a { background-color: rgb(132,205,12); }
div.DivClassName
{
background-color: #84CD0C;
}
.BgClassName
{
background-color: #84CD0C;
}
</style>
border-color css
<style>
span { border-color: #84CD0C; }
span { border-color: rgb(132,205,12); }
td.TdClassName
{
border-color: #84CD0C;
}
.TagClassName
{
border-color: #84CD0C;
}
</style>