Shades of Granny Apple #B8FDC3
Tints of Granny Apple #B8FDC3
RGB
CMYK
RGB Variations
Color information
#B8FDC3 (or 0xB8FDC3) is known color: Granny Apple. HEX triplet: B8, FD and C3. RGB value is (184,253,195). Sum of RGB (Red+Green+Blue) = 184+253+195=632 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.11% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FDC3 is #47023C. Grayscale: #E1E1E1. Windows color (decimal): -4653629 or 12844472. OLE color: 12844472.
HSL color Cylindrical-coordinate representation of color #B8FDC3: hue angle of 129.57º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FDC3 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 253 | 195 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.01 |
| HSL | 129.57º | 0.95% | 0.86% | - |
| HSV(B) | 129.57º | 0.27% | 0.99% | - |
| XYZ | 64.74 | 84.38 | 64.5 | - |
| YUV | 225.76 | 110.64 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 253 | 195 | 0.27 | 0 | 0.23 | 0.01 | 129.57 | 0.95 | 0.86 |
| Hex | B8 | FD | C3 | 1B | 0 | 17 | 1 | 82 | 5F | 56 |
| Octal | 270 | 375 | 303 | 33 | 0 | 27 | 1 | 202 | 137 | 126 |
| Binary | 10111000 | 11111101 | 11000011 | 11011 | 0 | 10111 | 1 | 10000010 | 1011111 | 1010110 |
Color Harmonies of #B8FDC3
Complementary color
Monochromatic Colors of #B8FDC3
Black with #B8FDC3
Text Example
Text Example
White with #B8FDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FDC3; }
p { color: rgb(184,253,195); }
H1.HeaderClassName
{
color: #B8FDC3;
}
.AnyTagClassName
{
color: #B8FDC3;
}
</style>
background-color css
<style>
a { background-color: #B8FDC3; }
a { background-color: rgb(184,253,195); }
div.DivClassName
{
background-color: #B8FDC3;
}
.BgClassName
{
background-color: #B8FDC3;
}
</style>
border-color css
<style>
span { border-color: #B8FDC3; }
span { border-color: rgb(184,253,195); }
td.TdClassName
{
border-color: #B8FDC3;
}
.TagClassName
{
border-color: #B8FDC3;
}
</style>