Shades of Granny Apple #B5F2C7
Tints of Granny Apple #B5F2C7
RGB
CMYK
RGB Variations
Color information
#B5F2C7 (or 0xB5F2C7) is known color: Granny Apple. HEX triplet: B5, F2 and C7. RGB value is (181,242,199). Sum of RGB (Red+Green+Blue) = 181+242+199=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F2C7 is #4A0D38. Grayscale: #DADADA. Windows color (decimal): -4853049 or 13103797. OLE color: 13103797.
HSL color Cylindrical-coordinate representation of color #B5F2C7: hue angle of 137.7º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F2C7 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 199 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.05 |
| HSL | 137.7º | 0.7% | 0.83% | - |
| HSV(B) | 137.7º | 0.25% | 0.95% | - |
| XYZ | 61.12 | 77.45 | 65.76 | - |
| YUV | 218.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 199 | 0.25 | 0 | 0.18 | 0.05 | 137.7 | 0.7 | 0.83 |
| Hex | B5 | F2 | C7 | 19 | 0 | 12 | 5 | 8A | 46 | 53 |
| Octal | 265 | 362 | 307 | 31 | 0 | 22 | 5 | 212 | 106 | 123 |
| Binary | 10110101 | 11110010 | 11000111 | 11001 | 0 | 10010 | 101 | 10001010 | 1000110 | 1010011 |
Color Harmonies of #B5F2C7
Complementary color
Monochromatic Colors of #B5F2C7
Black with #B5F2C7
Text Example
Text Example
White with #B5F2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F2C7; }
p { color: rgb(181,242,199); }
H1.HeaderClassName
{
color: #B5F2C7;
}
.AnyTagClassName
{
color: #B5F2C7;
}
</style>
background-color css
<style>
a { background-color: #B5F2C7; }
a { background-color: rgb(181,242,199); }
div.DivClassName
{
background-color: #B5F2C7;
}
.BgClassName
{
background-color: #B5F2C7;
}
</style>
border-color css
<style>
span { border-color: #B5F2C7; }
span { border-color: rgb(181,242,199); }
td.TdClassName
{
border-color: #B5F2C7;
}
.TagClassName
{
border-color: #B5F2C7;
}
</style>