Shades of Chartreuse #84FC0F
Tints of Chartreuse #84FC0F
RGB
CMYK
RGB Variations
Color information
#84FC0F (or 0x84FC0F) is known color: Chartreuse. HEX triplet: 84, FC and 0F. RGB value is (132,252,15). Sum of RGB (Red+Green+Blue) = 132+252+15=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 252 (98.83% from 255 or 63.16% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 252 - color contains mainly: green. Hex color #84FC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FC0F is #7B03F0. Grayscale: #BDBDBD. Windows color (decimal): -8061937 or 1047684. OLE color: 1047684.
HSL color Cylindrical-coordinate representation of color #84FC0F: hue angle of 90.38º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84FC0F is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 252 | 15 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.01 |
| HSL | 90.38º | 0.98% | 0.52% | - |
| HSV(B) | 90.38º | 0.94% | 0.99% | - |
| XYZ | 44.41 | 74.56 | 12.5 | - |
| YUV | 189.1 | 29.74 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 252 | 15 | 0.48 | 0 | 0.94 | 0.01 | 90.38 | 0.98 | 0.52 |
| Hex | 84 | FC | F | 30 | 0 | 5E | 1 | 5A | 62 | 34 |
| Octal | 204 | 374 | 17 | 60 | 0 | 136 | 1 | 132 | 142 | 64 |
| Binary | 10000100 | 11111100 | 1111 | 110000 | 0 | 1011110 | 1 | 1011010 | 1100010 | 110100 |
Color Harmonies of #84FC0F
Complementary color
Monochromatic Colors of #84FC0F
Black with #84FC0F
Text Example
Text Example
White with #84FC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FC0F; }
p { color: rgb(132,252,15); }
H1.HeaderClassName
{
color: #84FC0F;
}
.AnyTagClassName
{
color: #84FC0F;
}
</style>
background-color css
<style>
a { background-color: #84FC0F; }
a { background-color: rgb(132,252,15); }
div.DivClassName
{
background-color: #84FC0F;
}
.BgClassName
{
background-color: #84FC0F;
}
</style>
border-color css
<style>
span { border-color: #84FC0F; }
span { border-color: rgb(132,252,15); }
td.TdClassName
{
border-color: #84FC0F;
}
.TagClassName
{
border-color: #84FC0F;
}
</style>