Shades of Granny Apple #B5E7C7
Tints of Granny Apple #B5E7C7
RGB
CMYK
RGB Variations
Color information
#B5E7C7 (or 0xB5E7C7) is known color: Granny Apple. HEX triplet: B5, E7 and C7. RGB value is (181,231,199). Sum of RGB (Red+Green+Blue) = 181+231+199=611 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.62% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E7C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E7C7 is #4A1838. Grayscale: #D4D4D4. Windows color (decimal): -4855865 or 13100981. OLE color: 13100981.
HSL color Cylindrical-coordinate representation of color #B5E7C7: hue angle of 141.6º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E7C7 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 231 | 199 | - |
CMYK | 0.22 | 0 | 0.14 | 0.09 |
HSL | 141.6º | 0.51% | 0.81% | - |
HSV(B) | 141.6º | 0.22% | 0.91% | - |
XYZ | 57.94 | 71.1 | 64.7 | - |
YUV | 212.4 | 120.44 | 105.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 231 | 199 | 0.22 | 0 | 0.14 | 0.09 | 141.6 | 0.51 | 0.81 |
Hex | B5 | E7 | C7 | 16 | 0 | E | 9 | 8E | 33 | 51 |
Octal | 265 | 347 | 307 | 26 | 0 | 16 | 11 | 216 | 63 | 121 |
Binary | 10110101 | 11100111 | 11000111 | 10110 | 0 | 1110 | 1001 | 10001110 | 110011 | 1010001 |
Color Harmonies of #B5E7C7
Complementary color
Monochromatic Colors of #B5E7C7
Black with #B5E7C7
Text Example
Text Example
White with #B5E7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E7C7; }
p { color: rgb(181,231,199); }
H1.HeaderClassName
{
color: #B5E7C7;
}
.AnyTagClassName
{
color: #B5E7C7;
}
</style>
background-color css
<style>
a { background-color: #B5E7C7; }
a { background-color: rgb(181,231,199); }
div.DivClassName
{
background-color: #B5E7C7;
}
.BgClassName
{
background-color: #B5E7C7;
}
</style>
border-color css
<style>
span { border-color: #B5E7C7; }
span { border-color: rgb(181,231,199); }
td.TdClassName
{
border-color: #B5E7C7;
}
.TagClassName
{
border-color: #B5E7C7;
}
</style>