Shades of Granny Apple #CBFDCF
Tints of Granny Apple #CBFDCF
RGB
CMYK
RGB Variations
Color information
#CBFDCF (or 0xCBFDCF) is known color: Granny Apple. HEX triplet: CB, FD and CF. RGB value is (203,253,207). Sum of RGB (Red+Green+Blue) = 203+253+207=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDCF is #340230. Grayscale: #E8E8E8. Windows color (decimal): -3408433 or 13630923. OLE color: 13630923.
HSL color Cylindrical-coordinate representation of color #CBFDCF: hue angle of 124.8º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFDCF is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 207 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.01 |
| HSL | 124.8º | 0.93% | 0.89% | - |
| HSV(B) | 124.8º | 0.2% | 0.99% | - |
| XYZ | 71.02 | 87.45 | 72.17 | - |
| YUV | 232.81 | 113.44 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 207 | 0.20 | 0 | 0.18 | 0.01 | 124.8 | 0.93 | 0.89 |
| Hex | CB | FD | CF | 14 | 0 | 12 | 1 | 7D | 5D | 59 |
| Octal | 313 | 375 | 317 | 24 | 0 | 22 | 1 | 175 | 135 | 131 |
| Binary | 11001011 | 11111101 | 11001111 | 10100 | 0 | 10010 | 1 | 1111101 | 1011101 | 1011001 |
Color Harmonies of #CBFDCF
Complementary color
Monochromatic Colors of #CBFDCF
Black with #CBFDCF
Text Example
Text Example
White with #CBFDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDCF; }
p { color: rgb(203,253,207); }
H1.HeaderClassName
{
color: #CBFDCF;
}
.AnyTagClassName
{
color: #CBFDCF;
}
</style>
background-color css
<style>
a { background-color: #CBFDCF; }
a { background-color: rgb(203,253,207); }
div.DivClassName
{
background-color: #CBFDCF;
}
.BgClassName
{
background-color: #CBFDCF;
}
</style>
border-color css
<style>
span { border-color: #CBFDCF; }
span { border-color: rgb(203,253,207); }
td.TdClassName
{
border-color: #CBFDCF;
}
.TagClassName
{
border-color: #CBFDCF;
}
</style>