Shades of Light Green #84F194
Tints of Light Green #84F194
RGB
CMYK
RGB Variations
Color information
#84F194 (or 0x84F194) is known color: Light Green. HEX triplet: 84, F1 and 94. RGB value is (132,241,148). Sum of RGB (Red+Green+Blue) = 132+241+148=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #84F194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F194 is #7B0E6B. Grayscale: #C6C6C6. Windows color (decimal): -8064620 or 9761156. OLE color: 9761156.
HSL color Cylindrical-coordinate representation of color #84F194: hue angle of 128.81º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F194 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 241 | 148 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.05 |
| HSL | 128.81º | 0.8% | 0.73% | - |
| HSV(B) | 128.81º | 0.45% | 0.95% | - |
| XYZ | 46.32 | 69.95 | 39.08 | - |
| YUV | 197.81 | 99.89 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 241 | 148 | 0.45 | 0 | 0.39 | 0.05 | 128.81 | 0.8 | 0.73 |
| Hex | 84 | F1 | 94 | 2D | 0 | 27 | 5 | 81 | 50 | 49 |
| Octal | 204 | 361 | 224 | 55 | 0 | 47 | 5 | 201 | 120 | 111 |
| Binary | 10000100 | 11110001 | 10010100 | 101101 | 0 | 100111 | 101 | 10000001 | 1010000 | 1001001 |
Color Harmonies of #84F194
Complementary color
Monochromatic Colors of #84F194
Black with #84F194
Text Example
Text Example
White with #84F194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F194; }
p { color: rgb(132,241,148); }
H1.HeaderClassName
{
color: #84F194;
}
.AnyTagClassName
{
color: #84F194;
}
</style>
background-color css
<style>
a { background-color: #84F194; }
a { background-color: rgb(132,241,148); }
div.DivClassName
{
background-color: #84F194;
}
.BgClassName
{
background-color: #84F194;
}
</style>
border-color css
<style>
span { border-color: #84F194; }
span { border-color: rgb(132,241,148); }
td.TdClassName
{
border-color: #84F194;
}
.TagClassName
{
border-color: #84F194;
}
</style>