Shades of Granny Apple #CBFBD3
Tints of Granny Apple #CBFBD3
RGB
CMYK
RGB Variations
Color information
#CBFBD3 (or 0xCBFBD3) is known color: Granny Apple. HEX triplet: CB, FB and D3. RGB value is (203,251,211). Sum of RGB (Red+Green+Blue) = 203+251+211=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBD3 is #34042C. Grayscale: #E8E8E8. Windows color (decimal): -3408941 or 13892555. OLE color: 13892555.
HSL color Cylindrical-coordinate representation of color #CBFBD3: hue angle of 130º 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 #CBFBD3 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 251 | 211 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.02 |
| HSL | 130º | 0.86% | 0.89% | - |
| HSV(B) | 130º | 0.19% | 0.98% | - |
| XYZ | 70.88 | 86.39 | 74.57 | - |
| YUV | 232.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 251 | 211 | 0.19 | 0 | 0.16 | 0.02 | 130 | 0.86 | 0.89 |
| Hex | CB | FB | D3 | 13 | 0 | 10 | 2 | 82 | 56 | 59 |
| Octal | 313 | 373 | 323 | 23 | 0 | 20 | 2 | 202 | 126 | 131 |
| Binary | 11001011 | 11111011 | 11010011 | 10011 | 0 | 10000 | 10 | 10000010 | 1010110 | 1011001 |
Color Harmonies of #CBFBD3
Complementary color
Monochromatic Colors of #CBFBD3
Black with #CBFBD3
Text Example
Text Example
White with #CBFBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFBD3; }
p { color: rgb(203,251,211); }
H1.HeaderClassName
{
color: #CBFBD3;
}
.AnyTagClassName
{
color: #CBFBD3;
}
</style>
background-color css
<style>
a { background-color: #CBFBD3; }
a { background-color: rgb(203,251,211); }
div.DivClassName
{
background-color: #CBFBD3;
}
.BgClassName
{
background-color: #CBFBD3;
}
</style>
border-color css
<style>
span { border-color: #CBFBD3; }
span { border-color: rgb(203,251,211); }
td.TdClassName
{
border-color: #CBFBD3;
}
.TagClassName
{
border-color: #CBFBD3;
}
</style>