Shades of Granny Apple #B6FFC7
Tints of Granny Apple #B6FFC7
RGB
CMYK
RGB Variations
Color information
#B6FFC7 (or 0xB6FFC7) is known color: Granny Apple. HEX triplet: B6, FF and C7. RGB value is (182,255,199). Sum of RGB (Red+Green+Blue) = 182+255+199=636 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.62% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFC7 is #490038. Grayscale: #E2E2E2. Windows color (decimal): -4784185 or 13107126. OLE color: 13107126.
HSL color Cylindrical-coordinate representation of color #B6FFC7: hue angle of 133.97º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFC7 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 199 | - |
| CMYK | 0.29 | 0 | 0.22 | 0 |
| HSL | 133.97º | 1% | 0.86% | - |
| HSV(B) | 133.97º | 0.29% | 1% | - |
| XYZ | 65.36 | 85.59 | 67.11 | - |
| YUV | 226.79 | 112.32 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 199 | 0.29 | 0 | 0.22 | 0 | 133.97 | 1 | 0.86 |
| Hex | B6 | FF | C7 | 1D | 0 | 16 | 0 | 86 | 64 | 56 |
| Octal | 266 | 377 | 307 | 35 | 0 | 26 | 0 | 206 | 144 | 126 |
| Binary | 10110110 | 11111111 | 11000111 | 11101 | 0 | 10110 | 0 | 10000110 | 1100100 | 1010110 |
Color Harmonies of #B6FFC7
Complementary color
Monochromatic Colors of #B6FFC7
Black with #B6FFC7
Text Example
Text Example
White with #B6FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFC7; }
p { color: rgb(182,255,199); }
H1.HeaderClassName
{
color: #B6FFC7;
}
.AnyTagClassName
{
color: #B6FFC7;
}
</style>
background-color css
<style>
a { background-color: #B6FFC7; }
a { background-color: rgb(182,255,199); }
div.DivClassName
{
background-color: #B6FFC7;
}
.BgClassName
{
background-color: #B6FFC7;
}
</style>
border-color css
<style>
span { border-color: #B6FFC7; }
span { border-color: rgb(182,255,199); }
td.TdClassName
{
border-color: #B6FFC7;
}
.TagClassName
{
border-color: #B6FFC7;
}
</style>