Html Css Color HEX #8DDF80 Granny Smith Apple
📋 copy color: '#8DDF80'red 141 ◦ green 223 ◦ blue 128
Shades of Granny Smith Apple #8DDF80
Tints of Granny Smith Apple #8DDF80
RGB
CMYK
RGB Variations
Color information
#8DDF80 (or 0x8DDF80) is known color: Granny Smith Apple. HEX triplet: 8D, DF and 80. RGB value is (141,223,128). Sum of RGB (Red+Green+Blue) = 141+223+128=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDF80 is #72207F. Grayscale: #BBBBBB. Windows color (decimal): -7479424 or 8445837. OLE color: 8445837.
HSL color Cylindrical-coordinate representation of color #8DDF80: hue angle of 111.79º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DDF80 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 128 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.13 |
| HSL | 111.79º | 0.6% | 0.69% | - |
| HSV(B) | 111.79º | 0.43% | 0.87% | - |
| XYZ | 41.27 | 60 | 29.83 | - |
| YUV | 187.65 | 94.33 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 128 | 0.37 | 0 | 0.43 | 0.13 | 111.79 | 0.6 | 0.69 |
| Hex | 8D | DF | 80 | 25 | 0 | 2B | D | 70 | 3C | 45 |
| Octal | 215 | 337 | 200 | 45 | 0 | 53 | 15 | 160 | 74 | 105 |
| Binary | 10001101 | 11011111 | 10000000 | 100101 | 0 | 101011 | 1101 | 1110000 | 111100 | 1000101 |
Color Harmonies of #8DDF80
Complementary color
Monochromatic Colors of #8DDF80
Black with #8DDF80
Text Example
Text Example
White with #8DDF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDF80; }
p { color: rgb(141,223,128); }
H1.HeaderClassName
{
color: #8DDF80;
}
.AnyTagClassName
{
color: #8DDF80;
}
</style>
background-color css
<style>
a { background-color: #8DDF80; }
a { background-color: rgb(141,223,128); }
div.DivClassName
{
background-color: #8DDF80;
}
.BgClassName
{
background-color: #8DDF80;
}
</style>
border-color css
<style>
span { border-color: #8DDF80; }
span { border-color: rgb(141,223,128); }
td.TdClassName
{
border-color: #8DDF80;
}
.TagClassName
{
border-color: #8DDF80;
}
</style>