Shades of Granny Apple #CBFED8
Tints of Granny Apple #CBFED8
RGB
CMYK
RGB Variations
Color information
#CBFED8 (or 0xCBFED8) is known color: Granny Apple. HEX triplet: CB, FE and D8. RGB value is (203,254,216). Sum of RGB (Red+Green+Blue) = 203+254+216=673 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.16% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFED8 is #340127. Grayscale: #EAEAEA. Windows color (decimal): -3408168 or 14221003. OLE color: 14221003.
HSL color Cylindrical-coordinate representation of color #CBFED8: hue angle of 135.29º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFED8 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 216 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.00 |
| HSL | 135.29º | 0.96% | 0.9% | - |
| HSV(B) | 135.29º | 0.2% | 1% | - |
| XYZ | 72.47 | 88.54 | 78.24 | - |
| YUV | 234.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 216 | 0.20 | 0 | 0.15 | 0.00 | 135.29 | 0.96 | 0.9 |
| Hex | CB | FE | D8 | 14 | 0 | F | 0 | 87 | 60 | 5A |
| Octal | 313 | 376 | 330 | 24 | 0 | 17 | 0 | 207 | 140 | 132 |
| Binary | 11001011 | 11111110 | 11011000 | 10100 | 0 | 1111 | 0 | 10000111 | 1100000 | 1011010 |
Color Harmonies of #CBFED8
Complementary color
Monochromatic Colors of #CBFED8
Black with #CBFED8
Text Example
Text Example
White with #CBFED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFED8; }
p { color: rgb(203,254,216); }
H1.HeaderClassName
{
color: #CBFED8;
}
.AnyTagClassName
{
color: #CBFED8;
}
</style>
background-color css
<style>
a { background-color: #CBFED8; }
a { background-color: rgb(203,254,216); }
div.DivClassName
{
background-color: #CBFED8;
}
.BgClassName
{
background-color: #CBFED8;
}
</style>
border-color css
<style>
span { border-color: #CBFED8; }
span { border-color: rgb(203,254,216); }
td.TdClassName
{
border-color: #CBFED8;
}
.TagClassName
{
border-color: #CBFED8;
}
</style>