Shades of Granny Apple #CBFCD2
Tints of Granny Apple #CBFCD2
RGB
CMYK
RGB Variations
Color information
#CBFCD2 (or 0xCBFCD2) is known color: Granny Apple. HEX triplet: CB, FC and D2. RGB value is (203,252,210). Sum of RGB (Red+Green+Blue) = 203+252+210=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCD2 is #34032D. Grayscale: #E8E8E8. Windows color (decimal): -3408686 or 13827275. OLE color: 13827275.
HSL color Cylindrical-coordinate representation of color #CBFCD2: hue angle of 128.57º 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 #CBFCD2 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 210 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.01 |
| HSL | 128.57º | 0.89% | 0.89% | - |
| HSV(B) | 128.57º | 0.19% | 0.99% | - |
| XYZ | 71.07 | 86.97 | 74.01 | - |
| YUV | 232.56 | 115.27 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 210 | 0.19 | 0 | 0.17 | 0.01 | 128.57 | 0.89 | 0.89 |
| Hex | CB | FC | D2 | 13 | 0 | 11 | 1 | 81 | 59 | 59 |
| Octal | 313 | 374 | 322 | 23 | 0 | 21 | 1 | 201 | 131 | 131 |
| Binary | 11001011 | 11111100 | 11010010 | 10011 | 0 | 10001 | 1 | 10000001 | 1011001 | 1011001 |
Color Harmonies of #CBFCD2
Complementary color
Monochromatic Colors of #CBFCD2
Black with #CBFCD2
Text Example
Text Example
White with #CBFCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFCD2; }
p { color: rgb(203,252,210); }
H1.HeaderClassName
{
color: #CBFCD2;
}
.AnyTagClassName
{
color: #CBFCD2;
}
</style>
background-color css
<style>
a { background-color: #CBFCD2; }
a { background-color: rgb(203,252,210); }
div.DivClassName
{
background-color: #CBFCD2;
}
.BgClassName
{
background-color: #CBFCD2;
}
</style>
border-color css
<style>
span { border-color: #CBFCD2; }
span { border-color: rgb(203,252,210); }
td.TdClassName
{
border-color: #CBFCD2;
}
.TagClassName
{
border-color: #CBFCD2;
}
</style>