Shades of Granny Apple #B7FFCD
Tints of Granny Apple #B7FFCD
RGB
CMYK
RGB Variations
Color information
#B7FFCD (or 0xB7FFCD) is known color: Granny Apple. HEX triplet: B7, FF and CD. RGB value is (183,255,205). Sum of RGB (Red+Green+Blue) = 183+255+205=643 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.46% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FFCD is #480032. Grayscale: #E3E3E3. Windows color (decimal): -4718643 or 13500343. OLE color: 13500343.
HSL color Cylindrical-coordinate representation of color #B7FFCD: hue angle of 138.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FFCD is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 205 | - |
| CMYK | 0.28 | 0 | 0.20 | 0 |
| HSL | 138.33º | 1% | 0.86% | - |
| HSV(B) | 138.33º | 0.28% | 1% | - |
| XYZ | 66.31 | 86 | 70.86 | - |
| YUV | 227.77 | 115.15 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 205 | 0.28 | 0 | 0.20 | 0 | 138.33 | 1 | 0.86 |
| Hex | B7 | FF | CD | 1C | 0 | 14 | 0 | 8A | 64 | 56 |
| Octal | 267 | 377 | 315 | 34 | 0 | 24 | 0 | 212 | 144 | 126 |
| Binary | 10110111 | 11111111 | 11001101 | 11100 | 0 | 10100 | 0 | 10001010 | 1100100 | 1010110 |
Color Harmonies of #B7FFCD
Complementary color
Monochromatic Colors of #B7FFCD
Black with #B7FFCD
Text Example
Text Example
White with #B7FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FFCD; }
p { color: rgb(183,255,205); }
H1.HeaderClassName
{
color: #B7FFCD;
}
.AnyTagClassName
{
color: #B7FFCD;
}
</style>
background-color css
<style>
a { background-color: #B7FFCD; }
a { background-color: rgb(183,255,205); }
div.DivClassName
{
background-color: #B7FFCD;
}
.BgClassName
{
background-color: #B7FFCD;
}
</style>
border-color css
<style>
span { border-color: #B7FFCD; }
span { border-color: rgb(183,255,205); }
td.TdClassName
{
border-color: #B7FFCD;
}
.TagClassName
{
border-color: #B7FFCD;
}
</style>