Shades of Light Green #84FD7A
Tints of Light Green #84FD7A
RGB
CMYK
RGB Variations
Color information
#84FD7A (or 0x84FD7A) is known color: Light Green. HEX triplet: 84, FD and 7A. RGB value is (132,253,122). Sum of RGB (Red+Green+Blue) = 132+253+122=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #84FD7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84FD7A is #7B0285. Grayscale: #CACACA. Windows color (decimal): -8061574 or 8060292. OLE color: 8060292.
HSL color Cylindrical-coordinate representation of color #84FD7A: hue angle of 115.42º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84FD7A is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 253 | 122 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.01 |
| HSL | 115.42º | 0.97% | 0.74% | - |
| HSV(B) | 115.42º | 0.52% | 0.99% | - |
| XYZ | 48.15 | 76.56 | 30.65 | - |
| YUV | 201.89 | 82.91 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 253 | 122 | 0.48 | 0 | 0.52 | 0.01 | 115.42 | 0.97 | 0.74 |
| Hex | 84 | FD | 7A | 30 | 0 | 34 | 1 | 73 | 61 | 4A |
| Octal | 204 | 375 | 172 | 60 | 0 | 64 | 1 | 163 | 141 | 112 |
| Binary | 10000100 | 11111101 | 1111010 | 110000 | 0 | 110100 | 1 | 1110011 | 1100001 | 1001010 |
Color Harmonies of #84FD7A
Complementary color
Monochromatic Colors of #84FD7A
Black with #84FD7A
Text Example
Text Example
White with #84FD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FD7A; }
p { color: rgb(132,253,122); }
H1.HeaderClassName
{
color: #84FD7A;
}
.AnyTagClassName
{
color: #84FD7A;
}
</style>
background-color css
<style>
a { background-color: #84FD7A; }
a { background-color: rgb(132,253,122); }
div.DivClassName
{
background-color: #84FD7A;
}
.BgClassName
{
background-color: #84FD7A;
}
</style>
border-color css
<style>
span { border-color: #84FD7A; }
span { border-color: rgb(132,253,122); }
td.TdClassName
{
border-color: #84FD7A;
}
.TagClassName
{
border-color: #84FD7A;
}
</style>