Shades of Granny Apple #CBFFD7
Tints of Granny Apple #CBFFD7
RGB
CMYK
RGB Variations
Color information
#CBFFD7 (or 0xCBFFD7) is known color: Granny Apple. HEX triplet: CB, FF and D7. RGB value is (203,255,215). Sum of RGB (Red+Green+Blue) = 203+255+215=673 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.16% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFD7 is #340028. Grayscale: #EBEBEB. Windows color (decimal): -3407913 or 14155723. OLE color: 14155723.
HSL color Cylindrical-coordinate representation of color #CBFFD7: hue angle of 133.85º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFFD7 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 215 | - |
| CMYK | 0.20 | 0 | 0.16 | 0 |
| HSL | 133.85º | 1% | 0.9% | - |
| HSV(B) | 133.85º | 0.2% | 1% | - |
| XYZ | 72.65 | 89.12 | 77.66 | - |
| YUV | 234.89 | 116.77 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 215 | 0.20 | 0 | 0.16 | 0 | 133.85 | 1 | 0.9 |
| Hex | CB | FF | D7 | 14 | 0 | 10 | 0 | 86 | 64 | 5A |
| Octal | 313 | 377 | 327 | 24 | 0 | 20 | 0 | 206 | 144 | 132 |
| Binary | 11001011 | 11111111 | 11010111 | 10100 | 0 | 10000 | 0 | 10000110 | 1100100 | 1011010 |
Color Harmonies of #CBFFD7
Complementary color
Monochromatic Colors of #CBFFD7
Black with #CBFFD7
Text Example
Text Example
White with #CBFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFFD7; }
p { color: rgb(203,255,215); }
H1.HeaderClassName
{
color: #CBFFD7;
}
.AnyTagClassName
{
color: #CBFFD7;
}
</style>
background-color css
<style>
a { background-color: #CBFFD7; }
a { background-color: rgb(203,255,215); }
div.DivClassName
{
background-color: #CBFFD7;
}
.BgClassName
{
background-color: #CBFFD7;
}
</style>
border-color css
<style>
span { border-color: #CBFFD7; }
span { border-color: rgb(203,255,215); }
td.TdClassName
{
border-color: #CBFFD7;
}
.TagClassName
{
border-color: #CBFFD7;
}
</style>