Shades of Granny Apple #CBFBD4
Tints of Granny Apple #CBFBD4
RGB
CMYK
RGB Variations
Color information
#CBFBD4 (or 0xCBFBD4) is known color: Granny Apple. HEX triplet: CB, FB and D4. RGB value is (203,251,212). Sum of RGB (Red+Green+Blue) = 203+251+212=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 212 (83.20% from 255 or 31.83% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBD4 is #34042B. Grayscale: #E8E8E8. Windows color (decimal): -3408940 or 13958091. OLE color: 13958091.
HSL color Cylindrical-coordinate representation of color #CBFBD4: hue angle of 131.25º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFBD4 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 251 | 212 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.02 |
| HSL | 131.25º | 0.86% | 0.89% | - |
| HSV(B) | 131.25º | 0.19% | 0.98% | - |
| XYZ | 71.01 | 86.44 | 75.23 | - |
| YUV | 232.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 251 | 212 | 0.19 | 0 | 0.16 | 0.02 | 131.25 | 0.86 | 0.89 |
| Hex | CB | FB | D4 | 13 | 0 | 10 | 2 | 83 | 56 | 59 |
| Octal | 313 | 373 | 324 | 23 | 0 | 20 | 2 | 203 | 126 | 131 |
| Binary | 11001011 | 11111011 | 11010100 | 10011 | 0 | 10000 | 10 | 10000011 | 1010110 | 1011001 |
Color Harmonies of #CBFBD4
Complementary color
Monochromatic Colors of #CBFBD4
Black with #CBFBD4
Text Example
Text Example
White with #CBFBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFBD4; }
p { color: rgb(203,251,212); }
H1.HeaderClassName
{
color: #CBFBD4;
}
.AnyTagClassName
{
color: #CBFBD4;
}
</style>
background-color css
<style>
a { background-color: #CBFBD4; }
a { background-color: rgb(203,251,212); }
div.DivClassName
{
background-color: #CBFBD4;
}
.BgClassName
{
background-color: #CBFBD4;
}
</style>
border-color css
<style>
span { border-color: #CBFBD4; }
span { border-color: rgb(203,251,212); }
td.TdClassName
{
border-color: #CBFBD4;
}
.TagClassName
{
border-color: #CBFBD4;
}
</style>