Html Css Color HEX #8DDC84 Granny Smith Apple
📋 copy color: '#8DDC84'red 141 ◦ green 220 ◦ blue 132
Shades of Granny Smith Apple #8DDC84
Tints of Granny Smith Apple #8DDC84
RGB
CMYK
RGB Variations
Color information
#8DDC84 (or 0x8DDC84) is known color: Granny Smith Apple. HEX triplet: 8D, DC and 84. RGB value is (141,220,132). Sum of RGB (Red+Green+Blue) = 141+220+132=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDC84 is #72237B. Grayscale: #BABABA. Windows color (decimal): -7480188 or 8707213. OLE color: 8707213.
HSL color Cylindrical-coordinate representation of color #8DDC84: hue angle of 113.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DDC84 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 132 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.14 |
| HSL | 113.86º | 0.56% | 0.69% | - |
| HSV(B) | 113.86º | 0.4% | 0.86% | - |
| XYZ | 40.74 | 58.52 | 30.98 | - |
| YUV | 186.35 | 97.33 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 132 | 0.36 | 0 | 0.40 | 0.14 | 113.86 | 0.56 | 0.69 |
| Hex | 8D | DC | 84 | 24 | 0 | 28 | E | 72 | 38 | 45 |
| Octal | 215 | 334 | 204 | 44 | 0 | 50 | 16 | 162 | 70 | 105 |
| Binary | 10001101 | 11011100 | 10000100 | 100100 | 0 | 101000 | 1110 | 1110010 | 111000 | 1000101 |
Color Harmonies of #8DDC84
Complementary color
Monochromatic Colors of #8DDC84
Black with #8DDC84
Text Example
Text Example
White with #8DDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC84; }
p { color: rgb(141,220,132); }
H1.HeaderClassName
{
color: #8DDC84;
}
.AnyTagClassName
{
color: #8DDC84;
}
</style>
background-color css
<style>
a { background-color: #8DDC84; }
a { background-color: rgb(141,220,132); }
div.DivClassName
{
background-color: #8DDC84;
}
.BgClassName
{
background-color: #8DDC84;
}
</style>
border-color css
<style>
span { border-color: #8DDC84; }
span { border-color: rgb(141,220,132); }
td.TdClassName
{
border-color: #8DDC84;
}
.TagClassName
{
border-color: #8DDC84;
}
</style>