Shades of Granny Apple #CBFFD8
Tints of Granny Apple #CBFFD8
RGB
CMYK
RGB Variations
Color information
#CBFFD8 (or 0xCBFFD8) is known color: Granny Apple. HEX triplet: CB, FF and D8. RGB value is (203,255,216). Sum of RGB (Red+Green+Blue) = 203+255+216=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFD8 is #340027. Grayscale: #EBEBEB. Windows color (decimal): -3407912 or 14221259. OLE color: 14221259.
HSL color Cylindrical-coordinate representation of color #CBFFD8: hue angle of 135º 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 #CBFFD8 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 216 | - |
| CMYK | 0.20 | 0 | 0.15 | 0 |
| HSL | 135º | 1% | 0.9% | - |
| HSV(B) | 135º | 0.2% | 1% | - |
| XYZ | 72.78 | 89.17 | 78.34 | - |
| YUV | 235.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 216 | 0.20 | 0 | 0.15 | 0 | 135 | 1 | 0.9 |
| Hex | CB | FF | D8 | 14 | 0 | F | 0 | 87 | 64 | 5A |
| Octal | 313 | 377 | 330 | 24 | 0 | 17 | 0 | 207 | 144 | 132 |
| Binary | 11001011 | 11111111 | 11011000 | 10100 | 0 | 1111 | 0 | 10000111 | 1100100 | 1011010 |
Color Harmonies of #CBFFD8
Complementary color
Monochromatic Colors of #CBFFD8
Black with #CBFFD8
Text Example
Text Example
White with #CBFFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFFD8; }
p { color: rgb(203,255,216); }
H1.HeaderClassName
{
color: #CBFFD8;
}
.AnyTagClassName
{
color: #CBFFD8;
}
</style>
background-color css
<style>
a { background-color: #CBFFD8; }
a { background-color: rgb(203,255,216); }
div.DivClassName
{
background-color: #CBFFD8;
}
.BgClassName
{
background-color: #CBFFD8;
}
</style>
border-color css
<style>
span { border-color: #CBFFD8; }
span { border-color: rgb(203,255,216); }
td.TdClassName
{
border-color: #CBFFD8;
}
.TagClassName
{
border-color: #CBFFD8;
}
</style>