Shades of Granny Apple #CBF7D0
Tints of Granny Apple #CBF7D0
RGB
CMYK
RGB Variations
Color information
#CBF7D0 (or 0xCBF7D0) is known color: Granny Apple. HEX triplet: CB, F7 and D0. RGB value is (203,247,208). Sum of RGB (Red+Green+Blue) = 203+247+208=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7D0 is #34082F. Grayscale: #E5E5E5. Windows color (decimal): -3409968 or 13694923. OLE color: 13694923.
HSL color Cylindrical-coordinate representation of color #CBF7D0: hue angle of 126.82º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF7D0 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 208 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.03 |
| HSL | 126.82º | 0.73% | 0.88% | - |
| HSV(B) | 126.82º | 0.18% | 0.97% | - |
| XYZ | 69.27 | 83.77 | 72.19 | - |
| YUV | 229.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 208 | 0.18 | 0 | 0.16 | 0.03 | 126.82 | 0.73 | 0.88 |
| Hex | CB | F7 | D0 | 12 | 0 | 10 | 3 | 7F | 49 | 58 |
| Octal | 313 | 367 | 320 | 22 | 0 | 20 | 3 | 177 | 111 | 130 |
| Binary | 11001011 | 11110111 | 11010000 | 10010 | 0 | 10000 | 11 | 1111111 | 1001001 | 1011000 |
Color Harmonies of #CBF7D0
Complementary color
Monochromatic Colors of #CBF7D0
Black with #CBF7D0
Text Example
Text Example
White with #CBF7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7D0; }
p { color: rgb(203,247,208); }
H1.HeaderClassName
{
color: #CBF7D0;
}
.AnyTagClassName
{
color: #CBF7D0;
}
</style>
background-color css
<style>
a { background-color: #CBF7D0; }
a { background-color: rgb(203,247,208); }
div.DivClassName
{
background-color: #CBF7D0;
}
.BgClassName
{
background-color: #CBF7D0;
}
</style>
border-color css
<style>
span { border-color: #CBF7D0; }
span { border-color: rgb(203,247,208); }
td.TdClassName
{
border-color: #CBF7D0;
}
.TagClassName
{
border-color: #CBF7D0;
}
</style>