Shades of Granny Apple #CBFCCD
Tints of Granny Apple #CBFCCD
RGB
CMYK
RGB Variations
Color information
#CBFCCD (or 0xCBFCCD) is known color: Granny Apple. HEX triplet: CB, FC and CD. RGB value is (203,252,205). Sum of RGB (Red+Green+Blue) = 203+252+205=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCCD is #340332. Grayscale: #E8E8E8. Windows color (decimal): -3408691 or 13499595. OLE color: 13499595.
HSL color Cylindrical-coordinate representation of color #CBFCCD: hue angle of 122.45º 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 #CBFCCD is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 205 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.01 |
| HSL | 122.45º | 0.89% | 0.89% | - |
| HSV(B) | 122.45º | 0.19% | 0.99% | - |
| XYZ | 70.46 | 86.73 | 70.78 | - |
| YUV | 231.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 205 | 0.19 | 0 | 0.19 | 0.01 | 122.45 | 0.89 | 0.89 |
| Hex | CB | FC | CD | 13 | 0 | 13 | 1 | 7A | 59 | 59 |
| Octal | 313 | 374 | 315 | 23 | 0 | 23 | 1 | 172 | 131 | 131 |
| Binary | 11001011 | 11111100 | 11001101 | 10011 | 0 | 10011 | 1 | 1111010 | 1011001 | 1011001 |
Color Harmonies of #CBFCCD
Complementary color
Monochromatic Colors of #CBFCCD
Black with #CBFCCD
Text Example
Text Example
White with #CBFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFCCD; }
p { color: rgb(203,252,205); }
H1.HeaderClassName
{
color: #CBFCCD;
}
.AnyTagClassName
{
color: #CBFCCD;
}
</style>
background-color css
<style>
a { background-color: #CBFCCD; }
a { background-color: rgb(203,252,205); }
div.DivClassName
{
background-color: #CBFCCD;
}
.BgClassName
{
background-color: #CBFCCD;
}
</style>
border-color css
<style>
span { border-color: #CBFCCD; }
span { border-color: rgb(203,252,205); }
td.TdClassName
{
border-color: #CBFCCD;
}
.TagClassName
{
border-color: #CBFCCD;
}
</style>