Shades of Pastel Green #84F365
Tints of Pastel Green #84F365
RGB
CMYK
RGB Variations
Color information
#84F365 (or 0x84F365) is known color: Pastel Green. HEX triplet: 84, F3 and 65. RGB value is (132,243,101). Sum of RGB (Red+Green+Blue) = 132+243+101=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #84F365 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F365 is #7B0C9A. Grayscale: #C2C2C2. Windows color (decimal): -8064155 or 6681476. OLE color: 6681476.
HSL color Cylindrical-coordinate representation of color #84F365: hue angle of 106.9º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84F365 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 243 | 101 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.05 |
| HSL | 106.9º | 0.86% | 0.67% | - |
| HSV(B) | 106.9º | 0.58% | 0.95% | - |
| XYZ | 43.92 | 69.95 | 23.5 | - |
| YUV | 193.62 | 75.73 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 243 | 101 | 0.46 | 0 | 0.58 | 0.05 | 106.9 | 0.86 | 0.67 |
| Hex | 84 | F3 | 65 | 2E | 0 | 3A | 5 | 6B | 56 | 43 |
| Octal | 204 | 363 | 145 | 56 | 0 | 72 | 5 | 153 | 126 | 103 |
| Binary | 10000100 | 11110011 | 1100101 | 101110 | 0 | 111010 | 101 | 1101011 | 1010110 | 1000011 |
Color Harmonies of #84F365
Complementary color
Monochromatic Colors of #84F365
Black with #84F365
Text Example
Text Example
White with #84F365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F365; }
p { color: rgb(132,243,101); }
H1.HeaderClassName
{
color: #84F365;
}
.AnyTagClassName
{
color: #84F365;
}
</style>
background-color css
<style>
a { background-color: #84F365; }
a { background-color: rgb(132,243,101); }
div.DivClassName
{
background-color: #84F365;
}
.BgClassName
{
background-color: #84F365;
}
</style>
border-color css
<style>
span { border-color: #84F365; }
span { border-color: rgb(132,243,101); }
td.TdClassName
{
border-color: #84F365;
}
.TagClassName
{
border-color: #84F365;
}
</style>