Shades of Granny Apple #CBFED3
Tints of Granny Apple #CBFED3
RGB
CMYK
RGB Variations
Color information
#CBFED3 (or 0xCBFED3) is known color: Granny Apple. HEX triplet: CB, FE and D3. RGB value is (203,254,211). Sum of RGB (Red+Green+Blue) = 203+254+211=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFED3 is #34012C. Grayscale: #E9E9E9. Windows color (decimal): -3408173 or 13893323. OLE color: 13893323.
HSL color Cylindrical-coordinate representation of color #CBFED3: hue angle of 129.41º 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 #CBFED3 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 211 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.00 |
| HSL | 129.41º | 0.96% | 0.9% | - |
| HSV(B) | 129.41º | 0.2% | 1% | - |
| XYZ | 71.83 | 88.28 | 74.88 | - |
| YUV | 233.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 211 | 0.20 | 0 | 0.17 | 0.00 | 129.41 | 0.96 | 0.9 |
| Hex | CB | FE | D3 | 14 | 0 | 11 | 0 | 81 | 60 | 5A |
| Octal | 313 | 376 | 323 | 24 | 0 | 21 | 0 | 201 | 140 | 132 |
| Binary | 11001011 | 11111110 | 11010011 | 10100 | 0 | 10001 | 0 | 10000001 | 1100000 | 1011010 |
Color Harmonies of #CBFED3
Complementary color
Monochromatic Colors of #CBFED3
Black with #CBFED3
Text Example
Text Example
White with #CBFED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFED3; }
p { color: rgb(203,254,211); }
H1.HeaderClassName
{
color: #CBFED3;
}
.AnyTagClassName
{
color: #CBFED3;
}
</style>
background-color css
<style>
a { background-color: #CBFED3; }
a { background-color: rgb(203,254,211); }
div.DivClassName
{
background-color: #CBFED3;
}
.BgClassName
{
background-color: #CBFED3;
}
</style>
border-color css
<style>
span { border-color: #CBFED3; }
span { border-color: rgb(203,254,211); }
td.TdClassName
{
border-color: #CBFED3;
}
.TagClassName
{
border-color: #CBFED3;
}
</style>