Shades of Granny Apple #CBFDD0
Tints of Granny Apple #CBFDD0
RGB
CMYK
RGB Variations
Color information
#CBFDD0 (or 0xCBFDD0) is known color: Granny Apple. HEX triplet: CB, FD and D0. RGB value is (203,253,208). Sum of RGB (Red+Green+Blue) = 203+253+208=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDD0 is #34022F. Grayscale: #E9E9E9. Windows color (decimal): -3408432 or 13696459. OLE color: 13696459.
HSL color Cylindrical-coordinate representation of color #CBFDD0: hue angle of 126º 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 #CBFDD0 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 208 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.01 |
| HSL | 126º | 0.93% | 0.89% | - |
| HSV(B) | 126º | 0.2% | 0.99% | - |
| XYZ | 71.14 | 87.5 | 72.81 | - |
| YUV | 232.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 208 | 0.20 | 0 | 0.18 | 0.01 | 126 | 0.93 | 0.89 |
| Hex | CB | FD | D0 | 14 | 0 | 12 | 1 | 7E | 5D | 59 |
| Octal | 313 | 375 | 320 | 24 | 0 | 22 | 1 | 176 | 135 | 131 |
| Binary | 11001011 | 11111101 | 11010000 | 10100 | 0 | 10010 | 1 | 1111110 | 1011101 | 1011001 |
Color Harmonies of #CBFDD0
Complementary color
Monochromatic Colors of #CBFDD0
Black with #CBFDD0
Text Example
Text Example
White with #CBFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDD0; }
p { color: rgb(203,253,208); }
H1.HeaderClassName
{
color: #CBFDD0;
}
.AnyTagClassName
{
color: #CBFDD0;
}
</style>
background-color css
<style>
a { background-color: #CBFDD0; }
a { background-color: rgb(203,253,208); }
div.DivClassName
{
background-color: #CBFDD0;
}
.BgClassName
{
background-color: #CBFDD0;
}
</style>
border-color css
<style>
span { border-color: #CBFDD0; }
span { border-color: rgb(203,253,208); }
td.TdClassName
{
border-color: #CBFDD0;
}
.TagClassName
{
border-color: #CBFDD0;
}
</style>