Shades of Pastel Green #84DF74
Tints of Pastel Green #84DF74
RGB
CMYK
RGB Variations
Color information
#84DF74 (or 0x84DF74) is known color: Pastel Green. HEX triplet: 84, DF and 74. RGB value is (132,223,116). Sum of RGB (Red+Green+Blue) = 132+223+116=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #84DF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DF74 is #7B208B. Grayscale: #B7B7B7. Windows color (decimal): -8069260 or 7659396. OLE color: 7659396.
HSL color Cylindrical-coordinate representation of color #84DF74: hue angle of 111.03º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84DF74 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 116 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.13 |
| HSL | 111.03º | 0.63% | 0.66% | - |
| HSV(B) | 111.03º | 0.48% | 0.87% | - |
| XYZ | 39.06 | 58.94 | 25.84 | - |
| YUV | 183.59 | 89.85 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 116 | 0.41 | 0 | 0.48 | 0.13 | 111.03 | 0.63 | 0.66 |
| Hex | 84 | DF | 74 | 29 | 0 | 30 | D | 6F | 3F | 42 |
| Octal | 204 | 337 | 164 | 51 | 0 | 60 | 15 | 157 | 77 | 102 |
| Binary | 10000100 | 11011111 | 1110100 | 101001 | 0 | 110000 | 1101 | 1101111 | 111111 | 1000010 |
Color Harmonies of #84DF74
Complementary color
Monochromatic Colors of #84DF74
Black with #84DF74
Text Example
Text Example
White with #84DF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DF74; }
p { color: rgb(132,223,116); }
H1.HeaderClassName
{
color: #84DF74;
}
.AnyTagClassName
{
color: #84DF74;
}
</style>
background-color css
<style>
a { background-color: #84DF74; }
a { background-color: rgb(132,223,116); }
div.DivClassName
{
background-color: #84DF74;
}
.BgClassName
{
background-color: #84DF74;
}
</style>
border-color css
<style>
span { border-color: #84DF74; }
span { border-color: rgb(132,223,116); }
td.TdClassName
{
border-color: #84DF74;
}
.TagClassName
{
border-color: #84DF74;
}
</style>