Shades of Granny Apple #CBFED4
Tints of Granny Apple #CBFED4
RGB
CMYK
RGB Variations
Color information
#CBFED4 (or 0xCBFED4) is known color: Granny Apple. HEX triplet: CB, FE and D4. RGB value is (203,254,212). Sum of RGB (Red+Green+Blue) = 203+254+212=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFED4 is #34012B. Grayscale: #EAEAEA. Windows color (decimal): -3408172 or 13958859. OLE color: 13958859.
HSL color Cylindrical-coordinate representation of color #CBFED4: hue angle of 130.59º 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 #CBFED4 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 212 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.00 |
| HSL | 130.59º | 0.96% | 0.9% | - |
| HSV(B) | 130.59º | 0.2% | 1% | - |
| XYZ | 71.95 | 88.33 | 75.55 | - |
| YUV | 233.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 212 | 0.20 | 0 | 0.17 | 0.00 | 130.59 | 0.96 | 0.9 |
| Hex | CB | FE | D4 | 14 | 0 | 11 | 0 | 83 | 60 | 5A |
| Octal | 313 | 376 | 324 | 24 | 0 | 21 | 0 | 203 | 140 | 132 |
| Binary | 11001011 | 11111110 | 11010100 | 10100 | 0 | 10001 | 0 | 10000011 | 1100000 | 1011010 |
Color Harmonies of #CBFED4
Complementary color
Monochromatic Colors of #CBFED4
Black with #CBFED4
Text Example
Text Example
White with #CBFED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFED4; }
p { color: rgb(203,254,212); }
H1.HeaderClassName
{
color: #CBFED4;
}
.AnyTagClassName
{
color: #CBFED4;
}
</style>
background-color css
<style>
a { background-color: #CBFED4; }
a { background-color: rgb(203,254,212); }
div.DivClassName
{
background-color: #CBFED4;
}
.BgClassName
{
background-color: #CBFED4;
}
</style>
border-color css
<style>
span { border-color: #CBFED4; }
span { border-color: rgb(203,254,212); }
td.TdClassName
{
border-color: #CBFED4;
}
.TagClassName
{
border-color: #CBFED4;
}
</style>