Shades of Granny Apple #B5FFC7
Tints of Granny Apple #B5FFC7
RGB
CMYK
RGB Variations
Color information
#B5FFC7 (or 0xB5FFC7) is known color: Granny Apple. HEX triplet: B5, FF and C7. RGB value is (181,255,199). Sum of RGB (Red+Green+Blue) = 181+255+199=635 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.50% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFC7 is #4A0038. Grayscale: #E2E2E2. Windows color (decimal): -4849721 or 13107125. OLE color: 13107125.
HSL color Cylindrical-coordinate representation of color #B5FFC7: hue angle of 134.59º 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 #B5FFC7 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 199 | - |
| CMYK | 0.29 | 0 | 0.22 | 0 |
| HSL | 134.59º | 1% | 0.85% | - |
| HSV(B) | 134.59º | 0.29% | 1% | - |
| XYZ | 65.12 | 85.47 | 67.1 | - |
| YUV | 226.49 | 112.48 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 199 | 0.29 | 0 | 0.22 | 0 | 134.59 | 1 | 0.85 |
| Hex | B5 | FF | C7 | 1D | 0 | 16 | 0 | 87 | 64 | 55 |
| Octal | 265 | 377 | 307 | 35 | 0 | 26 | 0 | 207 | 144 | 125 |
| Binary | 10110101 | 11111111 | 11000111 | 11101 | 0 | 10110 | 0 | 10000111 | 1100100 | 1010101 |
Color Harmonies of #B5FFC7
Complementary color
Monochromatic Colors of #B5FFC7
Black with #B5FFC7
Text Example
Text Example
White with #B5FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFC7; }
p { color: rgb(181,255,199); }
H1.HeaderClassName
{
color: #B5FFC7;
}
.AnyTagClassName
{
color: #B5FFC7;
}
</style>
background-color css
<style>
a { background-color: #B5FFC7; }
a { background-color: rgb(181,255,199); }
div.DivClassName
{
background-color: #B5FFC7;
}
.BgClassName
{
background-color: #B5FFC7;
}
</style>
border-color css
<style>
span { border-color: #B5FFC7; }
span { border-color: rgb(181,255,199); }
td.TdClassName
{
border-color: #B5FFC7;
}
.TagClassName
{
border-color: #B5FFC7;
}
</style>