Shades of Pastel Green #84EE74
Tints of Pastel Green #84EE74
RGB
CMYK
RGB Variations
Color information
#84EE74 (or 0x84EE74) is known color: Pastel Green. HEX triplet: 84, EE and 74. RGB value is (132,238,116). Sum of RGB (Red+Green+Blue) = 132+238+116=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #84EE74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EE74 is #7B118B. Grayscale: #C0C0C0. Windows color (decimal): -8065420 or 7663236. OLE color: 7663236.
HSL color Cylindrical-coordinate representation of color #84EE74: hue angle of 112.13º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84EE74 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 238 | 116 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.07 |
| HSL | 112.13º | 0.78% | 0.69% | - |
| HSV(B) | 112.13º | 0.51% | 0.93% | - |
| XYZ | 43.24 | 67.32 | 27.24 | - |
| YUV | 192.4 | 84.88 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 238 | 116 | 0.45 | 0 | 0.51 | 0.07 | 112.13 | 0.78 | 0.69 |
| Hex | 84 | EE | 74 | 2D | 0 | 33 | 7 | 70 | 4E | 45 |
| Octal | 204 | 356 | 164 | 55 | 0 | 63 | 7 | 160 | 116 | 105 |
| Binary | 10000100 | 11101110 | 1110100 | 101101 | 0 | 110011 | 111 | 1110000 | 1001110 | 1000101 |
Color Harmonies of #84EE74
Complementary color
Monochromatic Colors of #84EE74
Black with #84EE74
Text Example
Text Example
White with #84EE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EE74; }
p { color: rgb(132,238,116); }
H1.HeaderClassName
{
color: #84EE74;
}
.AnyTagClassName
{
color: #84EE74;
}
</style>
background-color css
<style>
a { background-color: #84EE74; }
a { background-color: rgb(132,238,116); }
div.DivClassName
{
background-color: #84EE74;
}
.BgClassName
{
background-color: #84EE74;
}
</style>
border-color css
<style>
span { border-color: #84EE74; }
span { border-color: rgb(132,238,116); }
td.TdClassName
{
border-color: #84EE74;
}
.TagClassName
{
border-color: #84EE74;
}
</style>