Shades of Granny Apple #B3FDC7
Tints of Granny Apple #B3FDC7
RGB
CMYK
RGB Variations
Color information
#B3FDC7 (or 0xB3FDC7) is known color: Granny Apple. HEX triplet: B3, FD and C7. RGB value is (179,253,199). Sum of RGB (Red+Green+Blue) = 179+253+199=631 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.37% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FDC7 is #4C0238. Grayscale: #E0E0E0. Windows color (decimal): -4981305 or 13106611. OLE color: 13106611.
HSL color Cylindrical-coordinate representation of color #B3FDC7: hue angle of 136.22º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FDC7 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 253 | 199 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.01 |
| HSL | 136.22º | 0.95% | 0.85% | - |
| HSV(B) | 136.22º | 0.29% | 0.99% | - |
| XYZ | 64.02 | 83.96 | 66.86 | - |
| YUV | 224.72 | 113.48 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 253 | 199 | 0.29 | 0 | 0.21 | 0.01 | 136.22 | 0.95 | 0.85 |
| Hex | B3 | FD | C7 | 1D | 0 | 15 | 1 | 88 | 5F | 55 |
| Octal | 263 | 375 | 307 | 35 | 0 | 25 | 1 | 210 | 137 | 125 |
| Binary | 10110011 | 11111101 | 11000111 | 11101 | 0 | 10101 | 1 | 10001000 | 1011111 | 1010101 |
Color Harmonies of #B3FDC7
Complementary color
Monochromatic Colors of #B3FDC7
Black with #B3FDC7
Text Example
Text Example
White with #B3FDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FDC7; }
p { color: rgb(179,253,199); }
H1.HeaderClassName
{
color: #B3FDC7;
}
.AnyTagClassName
{
color: #B3FDC7;
}
</style>
background-color css
<style>
a { background-color: #B3FDC7; }
a { background-color: rgb(179,253,199); }
div.DivClassName
{
background-color: #B3FDC7;
}
.BgClassName
{
background-color: #B3FDC7;
}
</style>
border-color css
<style>
span { border-color: #B3FDC7; }
span { border-color: rgb(179,253,199); }
td.TdClassName
{
border-color: #B3FDC7;
}
.TagClassName
{
border-color: #B3FDC7;
}
</style>