Shades of Pastel Green #84DF64
Tints of Pastel Green #84DF64
RGB
CMYK
RGB Variations
Color information
#84DF64 (or 0x84DF64) is known color: Pastel Green. HEX triplet: 84, DF and 64. RGB value is (132,223,100). Sum of RGB (Red+Green+Blue) = 132+223+100=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #84DF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DF64 is #7B209B. Grayscale: #B6B6B6. Windows color (decimal): -8069276 or 6610820. OLE color: 6610820.
HSL color Cylindrical-coordinate representation of color #84DF64: hue angle of 104.39º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84DF64 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 100 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.13 |
| HSL | 104.39º | 0.66% | 0.63% | - |
| HSV(B) | 104.39º | 0.55% | 0.87% | - |
| XYZ | 38.2 | 58.6 | 21.35 | - |
| YUV | 181.77 | 81.85 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 100 | 0.41 | 0 | 0.55 | 0.13 | 104.39 | 0.66 | 0.63 |
| Hex | 84 | DF | 64 | 29 | 0 | 37 | D | 68 | 42 | 3F |
| Octal | 204 | 337 | 144 | 51 | 0 | 67 | 15 | 150 | 102 | 77 |
| Binary | 10000100 | 11011111 | 1100100 | 101001 | 0 | 110111 | 1101 | 1101000 | 1000010 | 111111 |
Color Harmonies of #84DF64
Complementary color
Monochromatic Colors of #84DF64
Black with #84DF64
Text Example
Text Example
White with #84DF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DF64; }
p { color: rgb(132,223,100); }
H1.HeaderClassName
{
color: #84DF64;
}
.AnyTagClassName
{
color: #84DF64;
}
</style>
background-color css
<style>
a { background-color: #84DF64; }
a { background-color: rgb(132,223,100); }
div.DivClassName
{
background-color: #84DF64;
}
.BgClassName
{
background-color: #84DF64;
}
</style>
border-color css
<style>
span { border-color: #84DF64; }
span { border-color: rgb(132,223,100); }
td.TdClassName
{
border-color: #84DF64;
}
.TagClassName
{
border-color: #84DF64;
}
</style>