Shades of Granny Apple #B3FFC4
Tints of Granny Apple #B3FFC4
RGB
CMYK
RGB Variations
Color information
#B3FFC4 (or 0xB3FFC4) is known color: Granny Apple. HEX triplet: B3, FF and C4. RGB value is (179,255,196). Sum of RGB (Red+Green+Blue) = 179+255+196=630 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.41% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 196 (76.95% from 255 or 31.11% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFC4 is #4C003B. Grayscale: #E1E1E1. Windows color (decimal): -4980796 or 12910515. OLE color: 12910515.
HSL color Cylindrical-coordinate representation of color #B3FFC4: hue angle of 133.42º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFC4 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 196 | - |
| CMYK | 0.30 | 0 | 0.23 | 0 |
| HSL | 133.42º | 1% | 0.85% | - |
| HSV(B) | 133.42º | 0.3% | 1% | - |
| XYZ | 64.31 | 85.09 | 65.26 | - |
| YUV | 225.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 196 | 0.30 | 0 | 0.23 | 0 | 133.42 | 1 | 0.85 |
| Hex | B3 | FF | C4 | 1E | 0 | 17 | 0 | 85 | 64 | 55 |
| Octal | 263 | 377 | 304 | 36 | 0 | 27 | 0 | 205 | 144 | 125 |
| Binary | 10110011 | 11111111 | 11000100 | 11110 | 0 | 10111 | 0 | 10000101 | 1100100 | 1010101 |
Color Harmonies of #B3FFC4
Complementary color
Monochromatic Colors of #B3FFC4
Black with #B3FFC4
Text Example
Text Example
White with #B3FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFC4; }
p { color: rgb(179,255,196); }
H1.HeaderClassName
{
color: #B3FFC4;
}
.AnyTagClassName
{
color: #B3FFC4;
}
</style>
background-color css
<style>
a { background-color: #B3FFC4; }
a { background-color: rgb(179,255,196); }
div.DivClassName
{
background-color: #B3FFC4;
}
.BgClassName
{
background-color: #B3FFC4;
}
</style>
border-color css
<style>
span { border-color: #B3FFC4; }
span { border-color: rgb(179,255,196); }
td.TdClassName
{
border-color: #B3FFC4;
}
.TagClassName
{
border-color: #B3FFC4;
}
</style>