Shades of Light Green #84FE90
Tints of Light Green #84FE90
RGB
CMYK
RGB Variations
Color information
#84FE90 (or 0x84FE90) is known color: Light Green. HEX triplet: 84, FE and 90. RGB value is (132,254,144). Sum of RGB (Red+Green+Blue) = 132+254+144=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #84FE90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FE90 is #7B016F. Grayscale: #CDCDCD. Windows color (decimal): -8061296 or 9502340. OLE color: 9502340.
HSL color Cylindrical-coordinate representation of color #84FE90: hue angle of 125.9º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FE90 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 254 | 144 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.00 |
| HSL | 125.9º | 0.98% | 0.76% | - |
| HSV(B) | 125.9º | 0.48% | 1% | - |
| XYZ | 49.99 | 77.8 | 38.77 | - |
| YUV | 204.98 | 93.58 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 254 | 144 | 0.48 | 0 | 0.43 | 0.00 | 125.9 | 0.98 | 0.76 |
| Hex | 84 | FE | 90 | 30 | 0 | 2B | 0 | 7E | 62 | 4C |
| Octal | 204 | 376 | 220 | 60 | 0 | 53 | 0 | 176 | 142 | 114 |
| Binary | 10000100 | 11111110 | 10010000 | 110000 | 0 | 101011 | 0 | 1111110 | 1100010 | 1001100 |
Color Harmonies of #84FE90
Complementary color
Monochromatic Colors of #84FE90
Black with #84FE90
Text Example
Text Example
White with #84FE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FE90; }
p { color: rgb(132,254,144); }
H1.HeaderClassName
{
color: #84FE90;
}
.AnyTagClassName
{
color: #84FE90;
}
</style>
background-color css
<style>
a { background-color: #84FE90; }
a { background-color: rgb(132,254,144); }
div.DivClassName
{
background-color: #84FE90;
}
.BgClassName
{
background-color: #84FE90;
}
</style>
border-color css
<style>
span { border-color: #84FE90; }
span { border-color: rgb(132,254,144); }
td.TdClassName
{
border-color: #84FE90;
}
.TagClassName
{
border-color: #84FE90;
}
</style>