Shades of Citrus #84C108
Tints of Citrus #84C108
RGB
CMYK
RGB Variations
Color information
#84C108 (or 0x84C108) is known color: Citrus. HEX triplet: 84, C1 and 08. RGB value is (132,193,8). Sum of RGB (Red+Green+Blue) = 132+193+8=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #84C108 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C108 is #7B3EF7. Grayscale: #9A9A9A. Windows color (decimal): -8077048 or 573828. OLE color: 573828.
HSL color Cylindrical-coordinate representation of color #84C108: hue angle of 79.78º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84C108 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 8 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.24 |
| HSL | 79.78º | 0.92% | 0.39% | - |
| HSV(B) | 79.78º | 0.96% | 0.76% | - |
| XYZ | 28.63 | 43.06 | 7.03 | - |
| YUV | 153.67 | 45.79 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 8 | 0.32 | 0 | 0.96 | 0.24 | 79.78 | 0.92 | 0.39 |
| Hex | 84 | C1 | 8 | 20 | 0 | 60 | 18 | 50 | 5C | 27 |
| Octal | 204 | 301 | 10 | 40 | 0 | 140 | 30 | 120 | 134 | 47 |
| Binary | 10000100 | 11000001 | 1000 | 100000 | 0 | 1100000 | 11000 | 1010000 | 1011100 | 100111 |
Color Harmonies of #84C108
Complementary color
Monochromatic Colors of #84C108
Black with #84C108
Text Example
Text Example
White with #84C108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C108; }
p { color: rgb(132,193,8); }
H1.HeaderClassName
{
color: #84C108;
}
.AnyTagClassName
{
color: #84C108;
}
</style>
background-color css
<style>
a { background-color: #84C108; }
a { background-color: rgb(132,193,8); }
div.DivClassName
{
background-color: #84C108;
}
.BgClassName
{
background-color: #84C108;
}
</style>
border-color css
<style>
span { border-color: #84C108; }
span { border-color: rgb(132,193,8); }
td.TdClassName
{
border-color: #84C108;
}
.TagClassName
{
border-color: #84C108;
}
</style>