Shades of Granny Apple #CBFCD4
Tints of Granny Apple #CBFCD4
RGB
CMYK
RGB Variations
Color information
#CBFCD4 (or 0xCBFCD4) is known color: Granny Apple. HEX triplet: CB, FC and D4. RGB value is (203,252,212). Sum of RGB (Red+Green+Blue) = 203+252+212=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCD4 is #34032B. Grayscale: #E8E8E8. Windows color (decimal): -3408684 or 13958347. OLE color: 13958347.
HSL color Cylindrical-coordinate representation of color #CBFCD4: hue angle of 131.02º 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 #CBFCD4 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 212 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.01 |
| HSL | 131.02º | 0.89% | 0.89% | - |
| HSV(B) | 131.02º | 0.19% | 0.99% | - |
| XYZ | 71.32 | 87.07 | 75.33 | - |
| YUV | 232.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 212 | 0.19 | 0 | 0.16 | 0.01 | 131.02 | 0.89 | 0.89 |
| Hex | CB | FC | D4 | 13 | 0 | 10 | 1 | 83 | 59 | 59 |
| Octal | 313 | 374 | 324 | 23 | 0 | 20 | 1 | 203 | 131 | 131 |
| Binary | 11001011 | 11111100 | 11010100 | 10011 | 0 | 10000 | 1 | 10000011 | 1011001 | 1011001 |
Color Harmonies of #CBFCD4
Complementary color
Monochromatic Colors of #CBFCD4
Black with #CBFCD4
Text Example
Text Example
White with #CBFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFCD4; }
p { color: rgb(203,252,212); }
H1.HeaderClassName
{
color: #CBFCD4;
}
.AnyTagClassName
{
color: #CBFCD4;
}
</style>
background-color css
<style>
a { background-color: #CBFCD4; }
a { background-color: rgb(203,252,212); }
div.DivClassName
{
background-color: #CBFCD4;
}
.BgClassName
{
background-color: #CBFCD4;
}
</style>
border-color css
<style>
span { border-color: #CBFCD4; }
span { border-color: rgb(203,252,212); }
td.TdClassName
{
border-color: #CBFCD4;
}
.TagClassName
{
border-color: #CBFCD4;
}
</style>