Html Css Color HEX #8DDD7F Granny Smith Apple
📋 copy color: '#8DDD7F'red 141 ◦ green 221 ◦ blue 127
Shades of Granny Smith Apple #8DDD7F
Tints of Granny Smith Apple #8DDD7F
RGB
CMYK
RGB Variations
Color information
#8DDD7F (or 0x8DDD7F) is known color: Granny Smith Apple. HEX triplet: 8D, DD and 7F. RGB value is (141,221,127). Sum of RGB (Red+Green+Blue) = 141+221+127=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDD7F is #722280. Grayscale: #BABABA. Windows color (decimal): -7479937 or 8379789. OLE color: 8379789.
HSL color Cylindrical-coordinate representation of color #8DDD7F: hue angle of 111.06º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DDD7F is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 127 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.13 |
| HSL | 111.06º | 0.58% | 0.68% | - |
| HSV(B) | 111.06º | 0.43% | 0.87% | - |
| XYZ | 40.67 | 58.91 | 29.31 | - |
| YUV | 186.36 | 94.5 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 127 | 0.36 | 0 | 0.43 | 0.13 | 111.06 | 0.58 | 0.68 |
| Hex | 8D | DD | 7F | 24 | 0 | 2B | D | 6F | 3A | 44 |
| Octal | 215 | 335 | 177 | 44 | 0 | 53 | 15 | 157 | 72 | 104 |
| Binary | 10001101 | 11011101 | 1111111 | 100100 | 0 | 101011 | 1101 | 1101111 | 111010 | 1000100 |
Color Harmonies of #8DDD7F
Complementary color
Monochromatic Colors of #8DDD7F
Black with #8DDD7F
Text Example
Text Example
White with #8DDD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDD7F; }
p { color: rgb(141,221,127); }
H1.HeaderClassName
{
color: #8DDD7F;
}
.AnyTagClassName
{
color: #8DDD7F;
}
</style>
background-color css
<style>
a { background-color: #8DDD7F; }
a { background-color: rgb(141,221,127); }
div.DivClassName
{
background-color: #8DDD7F;
}
.BgClassName
{
background-color: #8DDD7F;
}
</style>
border-color css
<style>
span { border-color: #8DDD7F; }
span { border-color: rgb(141,221,127); }
td.TdClassName
{
border-color: #8DDD7F;
}
.TagClassName
{
border-color: #8DDD7F;
}
</style>