Shades of Granny Apple #B8FFC8
Tints of Granny Apple #B8FFC8
RGB
CMYK
RGB Variations
Color information
#B8FFC8 (or 0xB8FFC8) is known color: Granny Apple. HEX triplet: B8, FF and C8. RGB value is (184,255,200). Sum of RGB (Red+Green+Blue) = 184+255+200=639 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.79% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFC8 is #470037. Grayscale: #E3E3E3. Windows color (decimal): -4653112 or 13172664. OLE color: 13172664.
HSL color Cylindrical-coordinate representation of color #B8FFC8: hue angle of 133.52º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFC8 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 200 | - |
| CMYK | 0.28 | 0 | 0.22 | 0 |
| HSL | 133.52º | 1% | 0.86% | - |
| HSV(B) | 133.52º | 0.28% | 1% | - |
| XYZ | 65.95 | 85.88 | 67.74 | - |
| YUV | 227.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 200 | 0.28 | 0 | 0.22 | 0 | 133.52 | 1 | 0.86 |
| Hex | B8 | FF | C8 | 1C | 0 | 16 | 0 | 86 | 64 | 56 |
| Octal | 270 | 377 | 310 | 34 | 0 | 26 | 0 | 206 | 144 | 126 |
| Binary | 10111000 | 11111111 | 11001000 | 11100 | 0 | 10110 | 0 | 10000110 | 1100100 | 1010110 |
Color Harmonies of #B8FFC8
Complementary color
Monochromatic Colors of #B8FFC8
Black with #B8FFC8
Text Example
Text Example
White with #B8FFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFC8; }
p { color: rgb(184,255,200); }
H1.HeaderClassName
{
color: #B8FFC8;
}
.AnyTagClassName
{
color: #B8FFC8;
}
</style>
background-color css
<style>
a { background-color: #B8FFC8; }
a { background-color: rgb(184,255,200); }
div.DivClassName
{
background-color: #B8FFC8;
}
.BgClassName
{
background-color: #B8FFC8;
}
</style>
border-color css
<style>
span { border-color: #B8FFC8; }
span { border-color: rgb(184,255,200); }
td.TdClassName
{
border-color: #B8FFC8;
}
.TagClassName
{
border-color: #B8FFC8;
}
</style>