Html Css Color HEX #B0FC8C Granny Smith Apple
📋 copy color: '#B0FC8C'red 176 ◦ green 252 ◦ blue 140
Shades of Granny Smith Apple #B0FC8C
Tints of Granny Smith Apple #B0FC8C
RGB
CMYK
RGB Variations
Color information
#B0FC8C (or 0xB0FC8C) is known color: Granny Smith Apple. HEX triplet: B0, FC and 8C. RGB value is (176,252,140). Sum of RGB (Red+Green+Blue) = 176+252+140=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FC8C is #4F0373. Grayscale: #D8D8D8. Windows color (decimal): -5178228 or 9239728. OLE color: 9239728.
HSL color Cylindrical-coordinate representation of color #B0FC8C: hue angle of 100.71º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0FC8C is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 140 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.01 |
| HSL | 100.71º | 0.95% | 0.77% | - |
| HSV(B) | 100.71º | 0.44% | 0.99% | - |
| XYZ | 57.45 | 80.74 | 37.37 | - |
| YUV | 216.51 | 84.82 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 140 | 0.30 | 0 | 0.44 | 0.01 | 100.71 | 0.95 | 0.77 |
| Hex | B0 | FC | 8C | 1E | 0 | 2C | 1 | 65 | 5F | 4D |
| Octal | 260 | 374 | 214 | 36 | 0 | 54 | 1 | 145 | 137 | 115 |
| Binary | 10110000 | 11111100 | 10001100 | 11110 | 0 | 101100 | 1 | 1100101 | 1011111 | 1001101 |
Color Harmonies of #B0FC8C
Complementary color
Monochromatic Colors of #B0FC8C
Black with #B0FC8C
Text Example
Text Example
White with #B0FC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FC8C; }
p { color: rgb(176,252,140); }
H1.HeaderClassName
{
color: #B0FC8C;
}
.AnyTagClassName
{
color: #B0FC8C;
}
</style>
background-color css
<style>
a { background-color: #B0FC8C; }
a { background-color: rgb(176,252,140); }
div.DivClassName
{
background-color: #B0FC8C;
}
.BgClassName
{
background-color: #B0FC8C;
}
</style>
border-color css
<style>
span { border-color: #B0FC8C; }
span { border-color: rgb(176,252,140); }
td.TdClassName
{
border-color: #B0FC8C;
}
.TagClassName
{
border-color: #B0FC8C;
}
</style>