Html Css Color HEX #8FDC85 Granny Smith Apple
📋 copy color: '#8FDC85'red 143 ◦ green 220 ◦ blue 133
Shades of Granny Smith Apple #8FDC85
Tints of Granny Smith Apple #8FDC85
RGB
CMYK
RGB Variations
Color information
#8FDC85 (or 0x8FDC85) is known color: Granny Smith Apple. HEX triplet: 8F, DC and 85. RGB value is (143,220,133). Sum of RGB (Red+Green+Blue) = 143+220+133=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDC85 is #70237A. Grayscale: #BBBBBB. Windows color (decimal): -7349115 or 8772751. OLE color: 8772751.
HSL color Cylindrical-coordinate representation of color #8FDC85: hue angle of 113.1º 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 #8FDC85 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 133 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.14 |
| HSL | 113.1º | 0.55% | 0.69% | - |
| HSV(B) | 113.1º | 0.4% | 0.86% | - |
| XYZ | 41.15 | 58.72 | 31.36 | - |
| YUV | 187.06 | 97.49 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 133 | 0.35 | 0 | 0.40 | 0.14 | 113.1 | 0.55 | 0.69 |
| Hex | 8F | DC | 85 | 23 | 0 | 28 | E | 71 | 37 | 45 |
| Octal | 217 | 334 | 205 | 43 | 0 | 50 | 16 | 161 | 67 | 105 |
| Binary | 10001111 | 11011100 | 10000101 | 100011 | 0 | 101000 | 1110 | 1110001 | 110111 | 1000101 |
Color Harmonies of #8FDC85
Complementary color
Monochromatic Colors of #8FDC85
Black with #8FDC85
Text Example
Text Example
White with #8FDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC85; }
p { color: rgb(143,220,133); }
H1.HeaderClassName
{
color: #8FDC85;
}
.AnyTagClassName
{
color: #8FDC85;
}
</style>
background-color css
<style>
a { background-color: #8FDC85; }
a { background-color: rgb(143,220,133); }
div.DivClassName
{
background-color: #8FDC85;
}
.BgClassName
{
background-color: #8FDC85;
}
</style>
border-color css
<style>
span { border-color: #8FDC85; }
span { border-color: rgb(143,220,133); }
td.TdClassName
{
border-color: #8FDC85;
}
.TagClassName
{
border-color: #8FDC85;
}
</style>