Shades of Pastel Green #84EF70
Tints of Pastel Green #84EF70
RGB
CMYK
RGB Variations
Color information
#84EF70 (or 0x84EF70) is known color: Pastel Green. HEX triplet: 84, EF and 70. RGB value is (132,239,112). Sum of RGB (Red+Green+Blue) = 132+239+112=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #84EF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EF70 is #7B108F. Grayscale: #C0C0C0. Windows color (decimal): -8065168 or 7401348. OLE color: 7401348.
HSL color Cylindrical-coordinate representation of color #84EF70: hue angle of 110.55º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84EF70 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 239 | 112 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.06 |
| HSL | 110.55º | 0.8% | 0.69% | - |
| HSV(B) | 110.55º | 0.53% | 0.94% | - |
| XYZ | 43.31 | 67.81 | 26.14 | - |
| YUV | 192.53 | 82.55 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 239 | 112 | 0.45 | 0 | 0.53 | 0.06 | 110.55 | 0.8 | 0.69 |
| Hex | 84 | EF | 70 | 2D | 0 | 35 | 6 | 6F | 50 | 45 |
| Octal | 204 | 357 | 160 | 55 | 0 | 65 | 6 | 157 | 120 | 105 |
| Binary | 10000100 | 11101111 | 1110000 | 101101 | 0 | 110101 | 110 | 1101111 | 1010000 | 1000101 |
Color Harmonies of #84EF70
Complementary color
Monochromatic Colors of #84EF70
Black with #84EF70
Text Example
Text Example
White with #84EF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EF70; }
p { color: rgb(132,239,112); }
H1.HeaderClassName
{
color: #84EF70;
}
.AnyTagClassName
{
color: #84EF70;
}
</style>
background-color css
<style>
a { background-color: #84EF70; }
a { background-color: rgb(132,239,112); }
div.DivClassName
{
background-color: #84EF70;
}
.BgClassName
{
background-color: #84EF70;
}
</style>
border-color css
<style>
span { border-color: #84EF70; }
span { border-color: rgb(132,239,112); }
td.TdClassName
{
border-color: #84EF70;
}
.TagClassName
{
border-color: #84EF70;
}
</style>