Shades of Granny Apple #CBFED1
Tints of Granny Apple #CBFED1
RGB
CMYK
RGB Variations
Color information
#CBFED1 (or 0xCBFED1) is known color: Granny Apple. HEX triplet: CB, FE and D1. RGB value is (203,254,209). Sum of RGB (Red+Green+Blue) = 203+254+209=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFED1 is #34012E. Grayscale: #E9E9E9. Windows color (decimal): -3408175 or 13762251. OLE color: 13762251.
HSL color Cylindrical-coordinate representation of color #CBFED1: hue angle of 127.06º 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 #CBFED1 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 209 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.00 |
| HSL | 127.06º | 0.96% | 0.9% | - |
| HSV(B) | 127.06º | 0.2% | 1% | - |
| XYZ | 71.58 | 88.18 | 73.57 | - |
| YUV | 233.62 | 114.1 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 209 | 0.20 | 0 | 0.18 | 0.00 | 127.06 | 0.96 | 0.9 |
| Hex | CB | FE | D1 | 14 | 0 | 12 | 0 | 7F | 60 | 5A |
| Octal | 313 | 376 | 321 | 24 | 0 | 22 | 0 | 177 | 140 | 132 |
| Binary | 11001011 | 11111110 | 11010001 | 10100 | 0 | 10010 | 0 | 1111111 | 1100000 | 1011010 |
Color Harmonies of #CBFED1
Complementary color
Monochromatic Colors of #CBFED1
Black with #CBFED1
Text Example
Text Example
White with #CBFED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFED1; }
p { color: rgb(203,254,209); }
H1.HeaderClassName
{
color: #CBFED1;
}
.AnyTagClassName
{
color: #CBFED1;
}
</style>
background-color css
<style>
a { background-color: #CBFED1; }
a { background-color: rgb(203,254,209); }
div.DivClassName
{
background-color: #CBFED1;
}
.BgClassName
{
background-color: #CBFED1;
}
</style>
border-color css
<style>
span { border-color: #CBFED1; }
span { border-color: rgb(203,254,209); }
td.TdClassName
{
border-color: #CBFED1;
}
.TagClassName
{
border-color: #CBFED1;
}
</style>