Shades of Chartreuse #84FC0D
Tints of Chartreuse #84FC0D
RGB
CMYK
RGB Variations
Color information
#84FC0D (or 0x84FC0D) is known color: Chartreuse. HEX triplet: 84, FC and 0D. RGB value is (132,252,13). Sum of RGB (Red+Green+Blue) = 132+252+13=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 252 (98.83% from 255 or 63.48% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 252 - color contains mainly: green. Hex color #84FC0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FC0D is #7B03F2. Grayscale: #BDBDBD. Windows color (decimal): -8061939 or 916612. OLE color: 916612.
HSL color Cylindrical-coordinate representation of color #84FC0D: hue angle of 90.13º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84FC0D is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 252 | 13 | - |
| CMYK | 0.48 | 0 | 0.95 | 0.01 |
| HSL | 90.13º | 0.98% | 0.52% | - |
| HSV(B) | 90.13º | 0.95% | 0.99% | - |
| XYZ | 44.4 | 74.56 | 12.43 | - |
| YUV | 188.87 | 28.74 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 252 | 13 | 0.48 | 0 | 0.95 | 0.01 | 90.13 | 0.98 | 0.52 |
| Hex | 84 | FC | D | 30 | 0 | 5F | 1 | 5A | 62 | 34 |
| Octal | 204 | 374 | 15 | 60 | 0 | 137 | 1 | 132 | 142 | 64 |
| Binary | 10000100 | 11111100 | 1101 | 110000 | 0 | 1011111 | 1 | 1011010 | 1100010 | 110100 |
Color Harmonies of #84FC0D
Complementary color
Monochromatic Colors of #84FC0D
Black with #84FC0D
Text Example
Text Example
White with #84FC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FC0D; }
p { color: rgb(132,252,13); }
H1.HeaderClassName
{
color: #84FC0D;
}
.AnyTagClassName
{
color: #84FC0D;
}
</style>
background-color css
<style>
a { background-color: #84FC0D; }
a { background-color: rgb(132,252,13); }
div.DivClassName
{
background-color: #84FC0D;
}
.BgClassName
{
background-color: #84FC0D;
}
</style>
border-color css
<style>
span { border-color: #84FC0D; }
span { border-color: rgb(132,252,13); }
td.TdClassName
{
border-color: #84FC0D;
}
.TagClassName
{
border-color: #84FC0D;
}
</style>