Html Css Color HEX #8DDC83 Granny Smith Apple
📋 copy color: '#8DDC83'red 141 ◦ green 220 ◦ blue 131
Shades of Granny Smith Apple #8DDC83
Tints of Granny Smith Apple #8DDC83
RGB
CMYK
RGB Variations
Color information
#8DDC83 (or 0x8DDC83) is known color: Granny Smith Apple. HEX triplet: 8D, DC and 83. RGB value is (141,220,131). Sum of RGB (Red+Green+Blue) = 141+220+131=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDC83 is #72237C. Grayscale: #BABABA. Windows color (decimal): -7480189 or 8641677. OLE color: 8641677.
HSL color Cylindrical-coordinate representation of color #8DDC83: hue angle of 113.26º 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 #8DDC83 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 131 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.14 |
| HSL | 113.26º | 0.56% | 0.69% | - |
| HSV(B) | 113.26º | 0.4% | 0.86% | - |
| XYZ | 40.67 | 58.49 | 30.62 | - |
| YUV | 186.23 | 96.83 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 131 | 0.36 | 0 | 0.40 | 0.14 | 113.26 | 0.56 | 0.69 |
| Hex | 8D | DC | 83 | 24 | 0 | 28 | E | 71 | 38 | 45 |
| Octal | 215 | 334 | 203 | 44 | 0 | 50 | 16 | 161 | 70 | 105 |
| Binary | 10001101 | 11011100 | 10000011 | 100100 | 0 | 101000 | 1110 | 1110001 | 111000 | 1000101 |
Color Harmonies of #8DDC83
Complementary color
Monochromatic Colors of #8DDC83
Black with #8DDC83
Text Example
Text Example
White with #8DDC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC83; }
p { color: rgb(141,220,131); }
H1.HeaderClassName
{
color: #8DDC83;
}
.AnyTagClassName
{
color: #8DDC83;
}
</style>
background-color css
<style>
a { background-color: #8DDC83; }
a { background-color: rgb(141,220,131); }
div.DivClassName
{
background-color: #8DDC83;
}
.BgClassName
{
background-color: #8DDC83;
}
</style>
border-color css
<style>
span { border-color: #8DDC83; }
span { border-color: rgb(141,220,131); }
td.TdClassName
{
border-color: #8DDC83;
}
.TagClassName
{
border-color: #8DDC83;
}
</style>