Html Css Color HEX #8DDC7F Granny Smith Apple
📋 copy color: '#8DDC7F'red 141 ◦ green 220 ◦ blue 127
Shades of Granny Smith Apple #8DDC7F
Tints of Granny Smith Apple #8DDC7F
RGB
CMYK
RGB Variations
Color information
#8DDC7F (or 0x8DDC7F) is known color: Granny Smith Apple. HEX triplet: 8D, DC and 7F. RGB value is (141,220,127). Sum of RGB (Red+Green+Blue) = 141+220+127=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDC7F is #722380. Grayscale: #BABABA. Windows color (decimal): -7480193 or 8379533. OLE color: 8379533.
HSL color Cylindrical-coordinate representation of color #8DDC7F: hue angle of 110.97º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DDC7F is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 127 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.14 |
| HSL | 110.97º | 0.57% | 0.68% | - |
| HSV(B) | 110.97º | 0.42% | 0.86% | - |
| XYZ | 40.41 | 58.38 | 29.22 | - |
| YUV | 185.78 | 94.83 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 127 | 0.36 | 0 | 0.42 | 0.14 | 110.97 | 0.57 | 0.68 |
| Hex | 8D | DC | 7F | 24 | 0 | 2A | E | 6F | 39 | 44 |
| Octal | 215 | 334 | 177 | 44 | 0 | 52 | 16 | 157 | 71 | 104 |
| Binary | 10001101 | 11011100 | 1111111 | 100100 | 0 | 101010 | 1110 | 1101111 | 111001 | 1000100 |
Color Harmonies of #8DDC7F
Complementary color
Monochromatic Colors of #8DDC7F
Black with #8DDC7F
Text Example
Text Example
White with #8DDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC7F; }
p { color: rgb(141,220,127); }
H1.HeaderClassName
{
color: #8DDC7F;
}
.AnyTagClassName
{
color: #8DDC7F;
}
</style>
background-color css
<style>
a { background-color: #8DDC7F; }
a { background-color: rgb(141,220,127); }
div.DivClassName
{
background-color: #8DDC7F;
}
.BgClassName
{
background-color: #8DDC7F;
}
</style>
border-color css
<style>
span { border-color: #8DDC7F; }
span { border-color: rgb(141,220,127); }
td.TdClassName
{
border-color: #8DDC7F;
}
.TagClassName
{
border-color: #8DDC7F;
}
</style>