Shades of Granny Apple #B5FFC6
Tints of Granny Apple #B5FFC6
RGB
CMYK
RGB Variations
Color information
#B5FFC6 (or 0xB5FFC6) is known color: Granny Apple. HEX triplet: B5, FF and C6. RGB value is (181,255,198). Sum of RGB (Red+Green+Blue) = 181+255+198=634 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.55% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFC6 is #4A0039. Grayscale: #E2E2E2. Windows color (decimal): -4849722 or 13041589. OLE color: 13041589.
HSL color Cylindrical-coordinate representation of color #B5FFC6: hue angle of 133.78º 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 #B5FFC6 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 198 | - |
| CMYK | 0.29 | 0 | 0.22 | 0 |
| HSL | 133.78º | 1% | 0.85% | - |
| HSV(B) | 133.78º | 0.29% | 1% | - |
| XYZ | 65.01 | 85.42 | 66.49 | - |
| YUV | 226.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 198 | 0.29 | 0 | 0.22 | 0 | 133.78 | 1 | 0.85 |
| Hex | B5 | FF | C6 | 1D | 0 | 16 | 0 | 86 | 64 | 55 |
| Octal | 265 | 377 | 306 | 35 | 0 | 26 | 0 | 206 | 144 | 125 |
| Binary | 10110101 | 11111111 | 11000110 | 11101 | 0 | 10110 | 0 | 10000110 | 1100100 | 1010101 |
Color Harmonies of #B5FFC6
Complementary color
Monochromatic Colors of #B5FFC6
Black with #B5FFC6
Text Example
Text Example
White with #B5FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFC6; }
p { color: rgb(181,255,198); }
H1.HeaderClassName
{
color: #B5FFC6;
}
.AnyTagClassName
{
color: #B5FFC6;
}
</style>
background-color css
<style>
a { background-color: #B5FFC6; }
a { background-color: rgb(181,255,198); }
div.DivClassName
{
background-color: #B5FFC6;
}
.BgClassName
{
background-color: #B5FFC6;
}
</style>
border-color css
<style>
span { border-color: #B5FFC6; }
span { border-color: rgb(181,255,198); }
td.TdClassName
{
border-color: #B5FFC6;
}
.TagClassName
{
border-color: #B5FFC6;
}
</style>