Shades of Pastel Green #84EE65
Tints of Pastel Green #84EE65
RGB
CMYK
RGB Variations
Color information
#84EE65 (or 0x84EE65) is known color: Pastel Green. HEX triplet: 84, EE and 65. RGB value is (132,238,101). Sum of RGB (Red+Green+Blue) = 132+238+101=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #84EE65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EE65 is #7B119A. Grayscale: #BFBFBF. Windows color (decimal): -8065435 or 6680196. OLE color: 6680196.
HSL color Cylindrical-coordinate representation of color #84EE65: hue angle of 106.42º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84EE65 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 238 | 101 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.07 |
| HSL | 106.42º | 0.8% | 0.66% | - |
| HSV(B) | 106.42º | 0.58% | 0.93% | - |
| XYZ | 42.44 | 66.99 | 23.01 | - |
| YUV | 190.69 | 77.38 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 238 | 101 | 0.45 | 0 | 0.58 | 0.07 | 106.42 | 0.8 | 0.66 |
| Hex | 84 | EE | 65 | 2D | 0 | 3A | 7 | 6A | 50 | 42 |
| Octal | 204 | 356 | 145 | 55 | 0 | 72 | 7 | 152 | 120 | 102 |
| Binary | 10000100 | 11101110 | 1100101 | 101101 | 0 | 111010 | 111 | 1101010 | 1010000 | 1000010 |
Color Harmonies of #84EE65
Complementary color
Monochromatic Colors of #84EE65
Black with #84EE65
Text Example
Text Example
White with #84EE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EE65; }
p { color: rgb(132,238,101); }
H1.HeaderClassName
{
color: #84EE65;
}
.AnyTagClassName
{
color: #84EE65;
}
</style>
background-color css
<style>
a { background-color: #84EE65; }
a { background-color: rgb(132,238,101); }
div.DivClassName
{
background-color: #84EE65;
}
.BgClassName
{
background-color: #84EE65;
}
</style>
border-color css
<style>
span { border-color: #84EE65; }
span { border-color: rgb(132,238,101); }
td.TdClassName
{
border-color: #84EE65;
}
.TagClassName
{
border-color: #84EE65;
}
</style>