Shades of Chartreuse #84FA26
Tints of Chartreuse #84FA26
RGB
CMYK
RGB Variations
Color information
#84FA26 (or 0x84FA26) is known color: Chartreuse. HEX triplet: 84, FA and 26. RGB value is (132,250,38). Sum of RGB (Red+Green+Blue) = 132+250+38=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 250 (98.05% from 255 or 59.52% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84FA26 is #7B05D9. Grayscale: #BFBFBF. Windows color (decimal): -8062426 or 2554500. OLE color: 2554500.
HSL color Cylindrical-coordinate representation of color #84FA26: hue angle of 93.4º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84FA26 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 38 | - |
| CMYK | 0.47 | 0 | 0.85 | 0.02 |
| HSL | 93.4º | 0.95% | 0.56% | - |
| HSV(B) | 93.4º | 0.85% | 0.98% | - |
| XYZ | 44.05 | 73.42 | 13.68 | - |
| YUV | 190.55 | 41.91 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 38 | 0.47 | 0 | 0.85 | 0.02 | 93.4 | 0.95 | 0.56 |
| Hex | 84 | FA | 26 | 2F | 0 | 55 | 2 | 5D | 5F | 38 |
| Octal | 204 | 372 | 46 | 57 | 0 | 125 | 2 | 135 | 137 | 70 |
| Binary | 10000100 | 11111010 | 100110 | 101111 | 0 | 1010101 | 10 | 1011101 | 1011111 | 111000 |
Color Harmonies of #84FA26
Complementary color
Monochromatic Colors of #84FA26
Black with #84FA26
Text Example
Text Example
White with #84FA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FA26; }
p { color: rgb(132,250,38); }
H1.HeaderClassName
{
color: #84FA26;
}
.AnyTagClassName
{
color: #84FA26;
}
</style>
background-color css
<style>
a { background-color: #84FA26; }
a { background-color: rgb(132,250,38); }
div.DivClassName
{
background-color: #84FA26;
}
.BgClassName
{
background-color: #84FA26;
}
</style>
border-color css
<style>
span { border-color: #84FA26; }
span { border-color: rgb(132,250,38); }
td.TdClassName
{
border-color: #84FA26;
}
.TagClassName
{
border-color: #84FA26;
}
</style>