Shades of Granny Apple #B3FDC6
Tints of Granny Apple #B3FDC6
RGB
CMYK
RGB Variations
Color information
#B3FDC6 (or 0xB3FDC6) is known color: Granny Apple. HEX triplet: B3, FD and C6. RGB value is (179,253,198). Sum of RGB (Red+Green+Blue) = 179+253+198=630 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.41% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FDC6 is #4C0239. Grayscale: #E0E0E0. Windows color (decimal): -4981306 or 13041075. OLE color: 13041075.
HSL color Cylindrical-coordinate representation of color #B3FDC6: hue angle of 135.41º 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 #B3FDC6 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 253 | 198 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.01 |
| HSL | 135.41º | 0.95% | 0.85% | - |
| HSV(B) | 135.41º | 0.29% | 0.99% | - |
| XYZ | 63.91 | 83.91 | 66.25 | - |
| YUV | 224.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 253 | 198 | 0.29 | 0 | 0.22 | 0.01 | 135.41 | 0.95 | 0.85 |
| Hex | B3 | FD | C6 | 1D | 0 | 16 | 1 | 87 | 5F | 55 |
| Octal | 263 | 375 | 306 | 35 | 0 | 26 | 1 | 207 | 137 | 125 |
| Binary | 10110011 | 11111101 | 11000110 | 11101 | 0 | 10110 | 1 | 10000111 | 1011111 | 1010101 |
Color Harmonies of #B3FDC6
Complementary color
Monochromatic Colors of #B3FDC6
Black with #B3FDC6
Text Example
Text Example
White with #B3FDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FDC6; }
p { color: rgb(179,253,198); }
H1.HeaderClassName
{
color: #B3FDC6;
}
.AnyTagClassName
{
color: #B3FDC6;
}
</style>
background-color css
<style>
a { background-color: #B3FDC6; }
a { background-color: rgb(179,253,198); }
div.DivClassName
{
background-color: #B3FDC6;
}
.BgClassName
{
background-color: #B3FDC6;
}
</style>
border-color css
<style>
span { border-color: #B3FDC6; }
span { border-color: rgb(179,253,198); }
td.TdClassName
{
border-color: #B3FDC6;
}
.TagClassName
{
border-color: #B3FDC6;
}
</style>