Shades of Citrus #84C308
Tints of Citrus #84C308
RGB
CMYK
RGB Variations
Color information
#84C308 (or 0x84C308) is known color: Citrus. HEX triplet: 84, C3 and 08. RGB value is (132,195,8). Sum of RGB (Red+Green+Blue) = 132+195+8=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #84C308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C308 is #7B3CF7. Grayscale: #9B9B9B. Windows color (decimal): -8076536 or 574340. OLE color: 574340.
HSL color Cylindrical-coordinate representation of color #84C308: hue angle of 80.21º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84C308 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 8 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.24 |
| HSL | 80.21º | 0.92% | 0.4% | - |
| HSV(B) | 80.21º | 0.96% | 0.76% | - |
| XYZ | 29.07 | 43.95 | 7.18 | - |
| YUV | 154.85 | 45.13 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 8 | 0.32 | 0 | 0.96 | 0.24 | 80.21 | 0.92 | 0.4 |
| Hex | 84 | C3 | 8 | 20 | 0 | 60 | 18 | 50 | 5C | 28 |
| Octal | 204 | 303 | 10 | 40 | 0 | 140 | 30 | 120 | 134 | 50 |
| Binary | 10000100 | 11000011 | 1000 | 100000 | 0 | 1100000 | 11000 | 1010000 | 1011100 | 101000 |
Color Harmonies of #84C308
Complementary color
Monochromatic Colors of #84C308
Black with #84C308
Text Example
Text Example
White with #84C308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C308; }
p { color: rgb(132,195,8); }
H1.HeaderClassName
{
color: #84C308;
}
.AnyTagClassName
{
color: #84C308;
}
</style>
background-color css
<style>
a { background-color: #84C308; }
a { background-color: rgb(132,195,8); }
div.DivClassName
{
background-color: #84C308;
}
.BgClassName
{
background-color: #84C308;
}
</style>
border-color css
<style>
span { border-color: #84C308; }
span { border-color: rgb(132,195,8); }
td.TdClassName
{
border-color: #84C308;
}
.TagClassName
{
border-color: #84C308;
}
</style>