Shades of Granny Apple #CBFBD5
Tints of Granny Apple #CBFBD5
RGB
CMYK
RGB Variations
Color information
#CBFBD5 (or 0xCBFBD5) is known color: Granny Apple. HEX triplet: CB, FB and D5. RGB value is (203,251,213). Sum of RGB (Red+Green+Blue) = 203+251+213=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBD5 is #34042A. Grayscale: #E8E8E8. Windows color (decimal): -3408939 or 14023627. OLE color: 14023627.
HSL color Cylindrical-coordinate representation of color #CBFBD5: hue angle of 132.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFBD5 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 251 | 213 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.02 |
| HSL | 132.5º | 0.86% | 0.89% | - |
| HSV(B) | 132.5º | 0.19% | 0.98% | - |
| XYZ | 71.14 | 86.49 | 75.9 | - |
| YUV | 232.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 251 | 213 | 0.19 | 0 | 0.15 | 0.02 | 132.5 | 0.86 | 0.89 |
| Hex | CB | FB | D5 | 13 | 0 | F | 2 | 84 | 56 | 59 |
| Octal | 313 | 373 | 325 | 23 | 0 | 17 | 2 | 204 | 126 | 131 |
| Binary | 11001011 | 11111011 | 11010101 | 10011 | 0 | 1111 | 10 | 10000100 | 1010110 | 1011001 |
Color Harmonies of #CBFBD5
Complementary color
Monochromatic Colors of #CBFBD5
Black with #CBFBD5
Text Example
Text Example
White with #CBFBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFBD5; }
p { color: rgb(203,251,213); }
H1.HeaderClassName
{
color: #CBFBD5;
}
.AnyTagClassName
{
color: #CBFBD5;
}
</style>
background-color css
<style>
a { background-color: #CBFBD5; }
a { background-color: rgb(203,251,213); }
div.DivClassName
{
background-color: #CBFBD5;
}
.BgClassName
{
background-color: #CBFBD5;
}
</style>
border-color css
<style>
span { border-color: #CBFBD5; }
span { border-color: rgb(203,251,213); }
td.TdClassName
{
border-color: #CBFBD5;
}
.TagClassName
{
border-color: #CBFBD5;
}
</style>