Shades of Pastel Green #84F377
Tints of Pastel Green #84F377
RGB
CMYK
RGB Variations
Color information
#84F377 (or 0x84F377) is known color: Pastel Green. HEX triplet: 84, F3 and 77. RGB value is (132,243,119). Sum of RGB (Red+Green+Blue) = 132+243+119=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #84F377 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F377 is #7B0C88. Grayscale: #C4C4C4. Windows color (decimal): -8064137 or 7861124. OLE color: 7861124.
HSL color Cylindrical-coordinate representation of color #84F377: hue angle of 113.71º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84F377 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 243 | 119 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.05 |
| HSL | 113.71º | 0.84% | 0.71% | - |
| HSV(B) | 113.71º | 0.51% | 0.95% | - |
| XYZ | 44.9 | 70.34 | 28.66 | - |
| YUV | 195.68 | 84.73 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 243 | 119 | 0.46 | 0 | 0.51 | 0.05 | 113.71 | 0.84 | 0.71 |
| Hex | 84 | F3 | 77 | 2E | 0 | 33 | 5 | 72 | 54 | 47 |
| Octal | 204 | 363 | 167 | 56 | 0 | 63 | 5 | 162 | 124 | 107 |
| Binary | 10000100 | 11110011 | 1110111 | 101110 | 0 | 110011 | 101 | 1110010 | 1010100 | 1000111 |
Color Harmonies of #84F377
Complementary color
Monochromatic Colors of #84F377
Black with #84F377
Text Example
Text Example
White with #84F377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F377; }
p { color: rgb(132,243,119); }
H1.HeaderClassName
{
color: #84F377;
}
.AnyTagClassName
{
color: #84F377;
}
</style>
background-color css
<style>
a { background-color: #84F377; }
a { background-color: rgb(132,243,119); }
div.DivClassName
{
background-color: #84F377;
}
.BgClassName
{
background-color: #84F377;
}
</style>
border-color css
<style>
span { border-color: #84F377; }
span { border-color: rgb(132,243,119); }
td.TdClassName
{
border-color: #84F377;
}
.TagClassName
{
border-color: #84F377;
}
</style>