Shades of Granny Apple #B4F6C7
Tints of Granny Apple #B4F6C7
RGB
CMYK
RGB Variations
Color information
#B4F6C7 (or 0xB4F6C7) is known color: Granny Apple. HEX triplet: B4, F6 and C7. RGB value is (180,246,199). Sum of RGB (Red+Green+Blue) = 180+246+199=625 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.8% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F6C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F6C7 is #4B0938. Grayscale: #DDDDDD. Windows color (decimal): -4917561 or 13104820. OLE color: 13104820.
HSL color Cylindrical-coordinate representation of color #B4F6C7: hue angle of 137.27º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F6C7 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 246 | 199 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.04 |
| HSL | 137.27º | 0.79% | 0.84% | - |
| HSV(B) | 137.27º | 0.27% | 0.96% | - |
| XYZ | 62.09 | 79.74 | 66.15 | - |
| YUV | 220.91 | 115.63 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 246 | 199 | 0.27 | 0 | 0.19 | 0.04 | 137.27 | 0.79 | 0.84 |
| Hex | B4 | F6 | C7 | 1B | 0 | 13 | 4 | 89 | 4F | 54 |
| Octal | 264 | 366 | 307 | 33 | 0 | 23 | 4 | 211 | 117 | 124 |
| Binary | 10110100 | 11110110 | 11000111 | 11011 | 0 | 10011 | 100 | 10001001 | 1001111 | 1010100 |
Color Harmonies of #B4F6C7
Complementary color
Monochromatic Colors of #B4F6C7
Black with #B4F6C7
Text Example
Text Example
White with #B4F6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F6C7; }
p { color: rgb(180,246,199); }
H1.HeaderClassName
{
color: #B4F6C7;
}
.AnyTagClassName
{
color: #B4F6C7;
}
</style>
background-color css
<style>
a { background-color: #B4F6C7; }
a { background-color: rgb(180,246,199); }
div.DivClassName
{
background-color: #B4F6C7;
}
.BgClassName
{
background-color: #B4F6C7;
}
</style>
border-color css
<style>
span { border-color: #B4F6C7; }
span { border-color: rgb(180,246,199); }
td.TdClassName
{
border-color: #B4F6C7;
}
.TagClassName
{
border-color: #B4F6C7;
}
</style>