Shades of Pastel Green #84EA74
Tints of Pastel Green #84EA74
RGB
CMYK
RGB Variations
Color information
#84EA74 (or 0x84EA74) is known color: Pastel Green. HEX triplet: 84, EA and 74. RGB value is (132,234,116). Sum of RGB (Red+Green+Blue) = 132+234+116=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #84EA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EA74 is #7B158B. Grayscale: #BEBEBE. Windows color (decimal): -8066444 or 7662212. OLE color: 7662212.
HSL color Cylindrical-coordinate representation of color #84EA74: hue angle of 111.86º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84EA74 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 234 | 116 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.08 |
| HSL | 111.86º | 0.74% | 0.69% | - |
| HSV(B) | 111.86º | 0.5% | 0.92% | - |
| XYZ | 42.09 | 65.01 | 26.85 | - |
| YUV | 190.05 | 86.21 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 116 | 0.44 | 0 | 0.50 | 0.08 | 111.86 | 0.74 | 0.69 |
| Hex | 84 | EA | 74 | 2C | 0 | 32 | 8 | 70 | 4A | 45 |
| Octal | 204 | 352 | 164 | 54 | 0 | 62 | 10 | 160 | 112 | 105 |
| Binary | 10000100 | 11101010 | 1110100 | 101100 | 0 | 110010 | 1000 | 1110000 | 1001010 | 1000101 |
Color Harmonies of #84EA74
Complementary color
Monochromatic Colors of #84EA74
Black with #84EA74
Text Example
Text Example
White with #84EA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EA74; }
p { color: rgb(132,234,116); }
H1.HeaderClassName
{
color: #84EA74;
}
.AnyTagClassName
{
color: #84EA74;
}
</style>
background-color css
<style>
a { background-color: #84EA74; }
a { background-color: rgb(132,234,116); }
div.DivClassName
{
background-color: #84EA74;
}
.BgClassName
{
background-color: #84EA74;
}
</style>
border-color css
<style>
span { border-color: #84EA74; }
span { border-color: rgb(132,234,116); }
td.TdClassName
{
border-color: #84EA74;
}
.TagClassName
{
border-color: #84EA74;
}
</style>