Html Css Color HEX #B0F78D Granny Smith Apple
📋 copy color: '#B0F78D'red 176 ◦ green 247 ◦ blue 141
Shades of Granny Smith Apple #B0F78D
Tints of Granny Smith Apple #B0F78D
RGB
CMYK
RGB Variations
Color information
#B0F78D (or 0xB0F78D) is known color: Granny Smith Apple. HEX triplet: B0, F7 and 8D. RGB value is (176,247,141). Sum of RGB (Red+Green+Blue) = 176+247+141=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 247 (96.88% from 255 or 43.79% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F78D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F78D is #4F0872. Grayscale: #D6D6D6. Windows color (decimal): -5179507 or 9303984. OLE color: 9303984.
HSL color Cylindrical-coordinate representation of color #B0F78D: hue angle of 100.19º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0F78D is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 247 | 141 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.03 |
| HSL | 100.19º | 0.87% | 0.76% | - |
| HSV(B) | 100.19º | 0.43% | 0.97% | - |
| XYZ | 55.97 | 77.67 | 37.24 | - |
| YUV | 213.69 | 86.98 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 247 | 141 | 0.29 | 0 | 0.43 | 0.03 | 100.19 | 0.87 | 0.76 |
| Hex | B0 | F7 | 8D | 1D | 0 | 2B | 3 | 64 | 57 | 4C |
| Octal | 260 | 367 | 215 | 35 | 0 | 53 | 3 | 144 | 127 | 114 |
| Binary | 10110000 | 11110111 | 10001101 | 11101 | 0 | 101011 | 11 | 1100100 | 1010111 | 1001100 |
Color Harmonies of #B0F78D
Complementary color
Monochromatic Colors of #B0F78D
Black with #B0F78D
Text Example
Text Example
White with #B0F78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F78D; }
p { color: rgb(176,247,141); }
H1.HeaderClassName
{
color: #B0F78D;
}
.AnyTagClassName
{
color: #B0F78D;
}
</style>
background-color css
<style>
a { background-color: #B0F78D; }
a { background-color: rgb(176,247,141); }
div.DivClassName
{
background-color: #B0F78D;
}
.BgClassName
{
background-color: #B0F78D;
}
</style>
border-color css
<style>
span { border-color: #B0F78D; }
span { border-color: rgb(176,247,141); }
td.TdClassName
{
border-color: #B0F78D;
}
.TagClassName
{
border-color: #B0F78D;
}
</style>