Shades of Granny Apple #B4FFC4
Tints of Granny Apple #B4FFC4
RGB
CMYK
RGB Variations
Color information
#B4FFC4 (or 0xB4FFC4) is known color: Granny Apple. HEX triplet: B4, FF and C4. RGB value is (180,255,196). Sum of RGB (Red+Green+Blue) = 180+255+196=631 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.53% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFC4 is #4B003B. Grayscale: #E2E2E2. Windows color (decimal): -4915260 or 12910516. OLE color: 12910516.
HSL color Cylindrical-coordinate representation of color #B4FFC4: hue angle of 132.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FFC4 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 196 | - |
| CMYK | 0.29 | 0 | 0.23 | 0 |
| HSL | 132.8º | 1% | 0.85% | - |
| HSV(B) | 132.8º | 0.29% | 1% | - |
| XYZ | 64.55 | 85.21 | 65.27 | - |
| YUV | 225.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 196 | 0.29 | 0 | 0.23 | 0 | 132.8 | 1 | 0.85 |
| Hex | B4 | FF | C4 | 1D | 0 | 17 | 0 | 85 | 64 | 55 |
| Octal | 264 | 377 | 304 | 35 | 0 | 27 | 0 | 205 | 144 | 125 |
| Binary | 10110100 | 11111111 | 11000100 | 11101 | 0 | 10111 | 0 | 10000101 | 1100100 | 1010101 |
Color Harmonies of #B4FFC4
Complementary color
Monochromatic Colors of #B4FFC4
Black with #B4FFC4
Text Example
Text Example
White with #B4FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFC4; }
p { color: rgb(180,255,196); }
H1.HeaderClassName
{
color: #B4FFC4;
}
.AnyTagClassName
{
color: #B4FFC4;
}
</style>
background-color css
<style>
a { background-color: #B4FFC4; }
a { background-color: rgb(180,255,196); }
div.DivClassName
{
background-color: #B4FFC4;
}
.BgClassName
{
background-color: #B4FFC4;
}
</style>
border-color css
<style>
span { border-color: #B4FFC4; }
span { border-color: rgb(180,255,196); }
td.TdClassName
{
border-color: #B4FFC4;
}
.TagClassName
{
border-color: #B4FFC4;
}
</style>