Html Css Color HEX #8DDC85 Granny Smith Apple
📋 copy color: '#8DDC85'red 141 ◦ green 220 ◦ blue 133
Shades of Granny Smith Apple #8DDC85
Tints of Granny Smith Apple #8DDC85
RGB
CMYK
RGB Variations
Color information
#8DDC85 (or 0x8DDC85) is known color: Granny Smith Apple. HEX triplet: 8D, DC and 85. RGB value is (141,220,133). Sum of RGB (Red+Green+Blue) = 141+220+133=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDC85 is #72237A. Grayscale: #BABABA. Windows color (decimal): -7480187 or 8772749. OLE color: 8772749.
HSL color Cylindrical-coordinate representation of color #8DDC85: hue angle of 114.48º degrees, saturation: 0.55, 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 #8DDC85 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 133 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.14 |
| HSL | 114.48º | 0.55% | 0.69% | - |
| HSV(B) | 114.48º | 0.4% | 0.86% | - |
| XYZ | 40.81 | 58.54 | 31.34 | - |
| YUV | 186.46 | 97.83 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 133 | 0.36 | 0 | 0.40 | 0.14 | 114.48 | 0.55 | 0.69 |
| Hex | 8D | DC | 85 | 24 | 0 | 28 | E | 72 | 37 | 45 |
| Octal | 215 | 334 | 205 | 44 | 0 | 50 | 16 | 162 | 67 | 105 |
| Binary | 10001101 | 11011100 | 10000101 | 100100 | 0 | 101000 | 1110 | 1110010 | 110111 | 1000101 |
Color Harmonies of #8DDC85
Complementary color
Monochromatic Colors of #8DDC85
Black with #8DDC85
Text Example
Text Example
White with #8DDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC85; }
p { color: rgb(141,220,133); }
H1.HeaderClassName
{
color: #8DDC85;
}
.AnyTagClassName
{
color: #8DDC85;
}
</style>
background-color css
<style>
a { background-color: #8DDC85; }
a { background-color: rgb(141,220,133); }
div.DivClassName
{
background-color: #8DDC85;
}
.BgClassName
{
background-color: #8DDC85;
}
</style>
border-color css
<style>
span { border-color: #8DDC85; }
span { border-color: rgb(141,220,133); }
td.TdClassName
{
border-color: #8DDC85;
}
.TagClassName
{
border-color: #8DDC85;
}
</style>