Shades of Granny Apple #B3F1C6
Tints of Granny Apple #B3F1C6
RGB
CMYK
RGB Variations
Color information
#B3F1C6 (or 0xB3F1C6) is known color: Granny Apple. HEX triplet: B3, F1 and C6. RGB value is (179,241,198). Sum of RGB (Red+Green+Blue) = 179+241+198=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1C6 is #4C0E39. Grayscale: #D9D9D9. Windows color (decimal): -4984378 or 13038003. OLE color: 13038003.
HSL color Cylindrical-coordinate representation of color #B3F1C6: hue angle of 138.39º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F1C6 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 198 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.05 |
| HSL | 138.39º | 0.69% | 0.82% | - |
| HSV(B) | 138.39º | 0.26% | 0.95% | - |
| XYZ | 60.24 | 76.57 | 65.03 | - |
| YUV | 217.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 198 | 0.26 | 0 | 0.18 | 0.05 | 138.39 | 0.69 | 0.82 |
| Hex | B3 | F1 | C6 | 1A | 0 | 12 | 5 | 8A | 45 | 52 |
| Octal | 263 | 361 | 306 | 32 | 0 | 22 | 5 | 212 | 105 | 122 |
| Binary | 10110011 | 11110001 | 11000110 | 11010 | 0 | 10010 | 101 | 10001010 | 1000101 | 1010010 |
Color Harmonies of #B3F1C6
Complementary color
Monochromatic Colors of #B3F1C6
Black with #B3F1C6
Text Example
Text Example
White with #B3F1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F1C6; }
p { color: rgb(179,241,198); }
H1.HeaderClassName
{
color: #B3F1C6;
}
.AnyTagClassName
{
color: #B3F1C6;
}
</style>
background-color css
<style>
a { background-color: #B3F1C6; }
a { background-color: rgb(179,241,198); }
div.DivClassName
{
background-color: #B3F1C6;
}
.BgClassName
{
background-color: #B3F1C6;
}
</style>
border-color css
<style>
span { border-color: #B3F1C6; }
span { border-color: rgb(179,241,198); }
td.TdClassName
{
border-color: #B3F1C6;
}
.TagClassName
{
border-color: #B3F1C6;
}
</style>