Shades of Granny Apple #B1FDC5
Tints of Granny Apple #B1FDC5
RGB
CMYK
RGB Variations
Color information
#B1FDC5 (or 0xB1FDC5) is known color: Granny Apple. HEX triplet: B1, FD and C5. RGB value is (177,253,197). Sum of RGB (Red+Green+Blue) = 177+253+197=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FDC5 is #4E023A. Grayscale: #E0E0E0. Windows color (decimal): -5112379 or 12975537. OLE color: 12975537.
HSL color Cylindrical-coordinate representation of color #B1FDC5: hue angle of 135.79º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FDC5 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 253 | 197 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.01 |
| HSL | 135.79º | 0.95% | 0.84% | - |
| HSV(B) | 135.79º | 0.3% | 0.99% | - |
| XYZ | 63.33 | 83.63 | 65.63 | - |
| YUV | 223.89 | 112.82 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 253 | 197 | 0.30 | 0 | 0.22 | 0.01 | 135.79 | 0.95 | 0.84 |
| Hex | B1 | FD | C5 | 1E | 0 | 16 | 1 | 88 | 5F | 54 |
| Octal | 261 | 375 | 305 | 36 | 0 | 26 | 1 | 210 | 137 | 124 |
| Binary | 10110001 | 11111101 | 11000101 | 11110 | 0 | 10110 | 1 | 10001000 | 1011111 | 1010100 |
Color Harmonies of #B1FDC5
Complementary color
Monochromatic Colors of #B1FDC5
Black with #B1FDC5
Text Example
Text Example
White with #B1FDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FDC5; }
p { color: rgb(177,253,197); }
H1.HeaderClassName
{
color: #B1FDC5;
}
.AnyTagClassName
{
color: #B1FDC5;
}
</style>
background-color css
<style>
a { background-color: #B1FDC5; }
a { background-color: rgb(177,253,197); }
div.DivClassName
{
background-color: #B1FDC5;
}
.BgClassName
{
background-color: #B1FDC5;
}
</style>
border-color css
<style>
span { border-color: #B1FDC5; }
span { border-color: rgb(177,253,197); }
td.TdClassName
{
border-color: #B1FDC5;
}
.TagClassName
{
border-color: #B1FDC5;
}
</style>