Shades of Lawn Green #84F01C
Tints of Lawn Green #84F01C
RGB
CMYK
RGB Variations
Color information
#84F01C (or 0x84F01C) is known color: Lawn Green. HEX triplet: 84, F0 and 1C. RGB value is (132,240,28). Sum of RGB (Red+Green+Blue) = 132+240+28=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 240 (94.14% from 255 or 60% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 240 - color contains mainly: green. Hex color #84F01C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F01C is #7B0FE3. Grayscale: #B8B8B8. Windows color (decimal): -8064996 or 1896580. OLE color: 1896580.
HSL color Cylindrical-coordinate representation of color #84F01C: hue angle of 90.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84F01C is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 240 | 28 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.06 |
| HSL | 90.57º | 0.88% | 0.53% | - |
| HSV(B) | 90.57º | 0.88% | 0.94% | - |
| XYZ | 40.89 | 67.31 | 11.94 | - |
| YUV | 183.54 | 40.22 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 240 | 28 | 0.45 | 0 | 0.88 | 0.06 | 90.57 | 0.88 | 0.53 |
| Hex | 84 | F0 | 1C | 2D | 0 | 58 | 6 | 5B | 58 | 35 |
| Octal | 204 | 360 | 34 | 55 | 0 | 130 | 6 | 133 | 130 | 65 |
| Binary | 10000100 | 11110000 | 11100 | 101101 | 0 | 1011000 | 110 | 1011011 | 1011000 | 110101 |
Color Harmonies of #84F01C
Complementary color
Monochromatic Colors of #84F01C
Black with #84F01C
Text Example
Text Example
White with #84F01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F01C; }
p { color: rgb(132,240,28); }
H1.HeaderClassName
{
color: #84F01C;
}
.AnyTagClassName
{
color: #84F01C;
}
</style>
background-color css
<style>
a { background-color: #84F01C; }
a { background-color: rgb(132,240,28); }
div.DivClassName
{
background-color: #84F01C;
}
.BgClassName
{
background-color: #84F01C;
}
</style>
border-color css
<style>
span { border-color: #84F01C; }
span { border-color: rgb(132,240,28); }
td.TdClassName
{
border-color: #84F01C;
}
.TagClassName
{
border-color: #84F01C;
}
</style>