Shades of Granny Apple #CBF1D0
Tints of Granny Apple #CBF1D0
RGB
CMYK
RGB Variations
Color information
#CBF1D0 (or 0xCBF1D0) is known color: Granny Apple. HEX triplet: CB, F1 and D0. RGB value is (203,241,208). Sum of RGB (Red+Green+Blue) = 203+241+208=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1D0 is #340E2F. Grayscale: #E1E1E1. Windows color (decimal): -3411504 or 13693387. OLE color: 13693387.
HSL color Cylindrical-coordinate representation of color #CBF1D0: hue angle of 127.89º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF1D0 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 208 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.05 |
| HSL | 127.89º | 0.58% | 0.87% | - |
| HSV(B) | 127.89º | 0.16% | 0.95% | - |
| XYZ | 67.47 | 80.16 | 71.59 | - |
| YUV | 225.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 208 | 0.16 | 0 | 0.14 | 0.05 | 127.89 | 0.58 | 0.87 |
| Hex | CB | F1 | D0 | 10 | 0 | E | 5 | 80 | 3A | 57 |
| Octal | 313 | 361 | 320 | 20 | 0 | 16 | 5 | 200 | 72 | 127 |
| Binary | 11001011 | 11110001 | 11010000 | 10000 | 0 | 1110 | 101 | 10000000 | 111010 | 1010111 |
Color Harmonies of #CBF1D0
Complementary color
Monochromatic Colors of #CBF1D0
Black with #CBF1D0
Text Example
Text Example
White with #CBF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1D0; }
p { color: rgb(203,241,208); }
H1.HeaderClassName
{
color: #CBF1D0;
}
.AnyTagClassName
{
color: #CBF1D0;
}
</style>
background-color css
<style>
a { background-color: #CBF1D0; }
a { background-color: rgb(203,241,208); }
div.DivClassName
{
background-color: #CBF1D0;
}
.BgClassName
{
background-color: #CBF1D0;
}
</style>
border-color css
<style>
span { border-color: #CBF1D0; }
span { border-color: rgb(203,241,208); }
td.TdClassName
{
border-color: #CBF1D0;
}
.TagClassName
{
border-color: #CBF1D0;
}
</style>