Shades of Chartreuse #84FD0F
Tints of Chartreuse #84FD0F
RGB
CMYK
RGB Variations
Color information
#84FD0F (or 0x84FD0F) is known color: Chartreuse. HEX triplet: 84, FD and 0F. RGB value is (132,253,15). Sum of RGB (Red+Green+Blue) = 132+253+15=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 253 (99.22% from 255 or 63.25% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 253 - color contains mainly: green. Hex color #84FD0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FD0F is #7B02F0. Grayscale: #BEBEBE. Windows color (decimal): -8061681 or 1047940. OLE color: 1047940.
HSL color Cylindrical-coordinate representation of color #84FD0F: hue angle of 90.5º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84FD0F is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 253 | 15 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.01 |
| HSL | 90.5º | 0.98% | 0.53% | - |
| HSV(B) | 90.5º | 0.94% | 0.99% | - |
| XYZ | 44.73 | 75.19 | 12.61 | - |
| YUV | 189.69 | 29.41 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 253 | 15 | 0.48 | 0 | 0.94 | 0.01 | 90.5 | 0.98 | 0.53 |
| Hex | 84 | FD | F | 30 | 0 | 5E | 1 | 5B | 62 | 35 |
| Octal | 204 | 375 | 17 | 60 | 0 | 136 | 1 | 133 | 142 | 65 |
| Binary | 10000100 | 11111101 | 1111 | 110000 | 0 | 1011110 | 1 | 1011011 | 1100010 | 110101 |
Color Harmonies of #84FD0F
Complementary color
Monochromatic Colors of #84FD0F
Black with #84FD0F
Text Example
Text Example
White with #84FD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FD0F; }
p { color: rgb(132,253,15); }
H1.HeaderClassName
{
color: #84FD0F;
}
.AnyTagClassName
{
color: #84FD0F;
}
</style>
background-color css
<style>
a { background-color: #84FD0F; }
a { background-color: rgb(132,253,15); }
div.DivClassName
{
background-color: #84FD0F;
}
.BgClassName
{
background-color: #84FD0F;
}
</style>
border-color css
<style>
span { border-color: #84FD0F; }
span { border-color: rgb(132,253,15); }
td.TdClassName
{
border-color: #84FD0F;
}
.TagClassName
{
border-color: #84FD0F;
}
</style>