Shades of Granny Apple #CBFED2
Tints of Granny Apple #CBFED2
RGB
CMYK
RGB Variations
Color information
#CBFED2 (or 0xCBFED2) is known color: Granny Apple. HEX triplet: CB, FE and D2. RGB value is (203,254,210). Sum of RGB (Red+Green+Blue) = 203+254+210=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFED2 is #34012D. Grayscale: #E9E9E9. Windows color (decimal): -3408174 or 13827787. OLE color: 13827787.
HSL color Cylindrical-coordinate representation of color #CBFED2: hue angle of 128.24º 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 #CBFED2 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 210 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.00 |
| HSL | 128.24º | 0.96% | 0.9% | - |
| HSV(B) | 128.24º | 0.2% | 1% | - |
| XYZ | 71.7 | 88.23 | 74.22 | - |
| YUV | 233.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 210 | 0.20 | 0 | 0.17 | 0.00 | 128.24 | 0.96 | 0.9 |
| Hex | CB | FE | D2 | 14 | 0 | 11 | 0 | 80 | 60 | 5A |
| Octal | 313 | 376 | 322 | 24 | 0 | 21 | 0 | 200 | 140 | 132 |
| Binary | 11001011 | 11111110 | 11010010 | 10100 | 0 | 10001 | 0 | 10000000 | 1100000 | 1011010 |
Color Harmonies of #CBFED2
Complementary color
Monochromatic Colors of #CBFED2
Black with #CBFED2
Text Example
Text Example
White with #CBFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFED2; }
p { color: rgb(203,254,210); }
H1.HeaderClassName
{
color: #CBFED2;
}
.AnyTagClassName
{
color: #CBFED2;
}
</style>
background-color css
<style>
a { background-color: #CBFED2; }
a { background-color: rgb(203,254,210); }
div.DivClassName
{
background-color: #CBFED2;
}
.BgClassName
{
background-color: #CBFED2;
}
</style>
border-color css
<style>
span { border-color: #CBFED2; }
span { border-color: rgb(203,254,210); }
td.TdClassName
{
border-color: #CBFED2;
}
.TagClassName
{
border-color: #CBFED2;
}
</style>