Shades of Granny Apple #CBFCD3
Tints of Granny Apple #CBFCD3
RGB
CMYK
RGB Variations
Color information
#CBFCD3 (or 0xCBFCD3) is known color: Granny Apple. HEX triplet: CB, FC and D3. RGB value is (203,252,211). Sum of RGB (Red+Green+Blue) = 203+252+211=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCD3 is #34032C. Grayscale: #E8E8E8. Windows color (decimal): -3408685 or 13892811. OLE color: 13892811.
HSL color Cylindrical-coordinate representation of color #CBFCD3: hue angle of 129.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFCD3 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 211 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.01 |
| HSL | 129.8º | 0.89% | 0.89% | - |
| HSV(B) | 129.8º | 0.19% | 0.99% | - |
| XYZ | 71.2 | 87.02 | 74.67 | - |
| YUV | 232.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 211 | 0.19 | 0 | 0.16 | 0.01 | 129.8 | 0.89 | 0.89 |
| Hex | CB | FC | D3 | 13 | 0 | 10 | 1 | 82 | 59 | 59 |
| Octal | 313 | 374 | 323 | 23 | 0 | 20 | 1 | 202 | 131 | 131 |
| Binary | 11001011 | 11111100 | 11010011 | 10011 | 0 | 10000 | 1 | 10000010 | 1011001 | 1011001 |
Color Harmonies of #CBFCD3
Complementary color
Monochromatic Colors of #CBFCD3
Black with #CBFCD3
Text Example
Text Example
White with #CBFCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFCD3; }
p { color: rgb(203,252,211); }
H1.HeaderClassName
{
color: #CBFCD3;
}
.AnyTagClassName
{
color: #CBFCD3;
}
</style>
background-color css
<style>
a { background-color: #CBFCD3; }
a { background-color: rgb(203,252,211); }
div.DivClassName
{
background-color: #CBFCD3;
}
.BgClassName
{
background-color: #CBFCD3;
}
</style>
border-color css
<style>
span { border-color: #CBFCD3; }
span { border-color: rgb(203,252,211); }
td.TdClassName
{
border-color: #CBFCD3;
}
.TagClassName
{
border-color: #CBFCD3;
}
</style>