Shades of Citrus #84D008
Tints of Citrus #84D008
RGB
CMYK
RGB Variations
Color information
#84D008 (or 0x84D008) is known color: Citrus. HEX triplet: 84, D0 and 08. RGB value is (132,208,8). Sum of RGB (Red+Green+Blue) = 132+208+8=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 208 (81.64% from 255 or 59.77% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 208 - color contains mainly: green. Hex color #84D008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D008 is #7B2FF7. Grayscale: #A3A3A3. Windows color (decimal): -8073208 or 577668. OLE color: 577668.
HSL color Cylindrical-coordinate representation of color #84D008: hue angle of 82.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84D008 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 208 | 8 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.18 |
| HSL | 82.8º | 0.93% | 0.42% | - |
| HSV(B) | 82.8º | 0.96% | 0.82% | - |
| XYZ | 32.12 | 50.03 | 8.19 | - |
| YUV | 162.48 | 40.82 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 208 | 8 | 0.37 | 0 | 0.96 | 0.18 | 82.8 | 0.93 | 0.42 |
| Hex | 84 | D0 | 8 | 25 | 0 | 60 | 12 | 53 | 5D | 2A |
| Octal | 204 | 320 | 10 | 45 | 0 | 140 | 22 | 123 | 135 | 52 |
| Binary | 10000100 | 11010000 | 1000 | 100101 | 0 | 1100000 | 10010 | 1010011 | 1011101 | 101010 |
Color Harmonies of #84D008
Complementary color
Monochromatic Colors of #84D008
Black with #84D008
Text Example
Text Example
White with #84D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D008; }
p { color: rgb(132,208,8); }
H1.HeaderClassName
{
color: #84D008;
}
.AnyTagClassName
{
color: #84D008;
}
</style>
background-color css
<style>
a { background-color: #84D008; }
a { background-color: rgb(132,208,8); }
div.DivClassName
{
background-color: #84D008;
}
.BgClassName
{
background-color: #84D008;
}
</style>
border-color css
<style>
span { border-color: #84D008; }
span { border-color: rgb(132,208,8); }
td.TdClassName
{
border-color: #84D008;
}
.TagClassName
{
border-color: #84D008;
}
</style>