Shades of Granny Apple #CBEFD4
Tints of Granny Apple #CBEFD4
RGB
CMYK
RGB Variations
Color information
#CBEFD4 (or 0xCBEFD4) is known color: Granny Apple. HEX triplet: CB, EF and D4. RGB value is (203,239,212). Sum of RGB (Red+Green+Blue) = 203+239+212=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFD4 is #34102B. Grayscale: #E1E1E1. Windows color (decimal): -3412012 or 13955019. OLE color: 13955019.
HSL color Cylindrical-coordinate representation of color #CBEFD4: hue angle of 135º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEFD4 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 212 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.06 |
| HSL | 135º | 0.53% | 0.87% | - |
| HSV(B) | 135º | 0.15% | 0.94% | - |
| XYZ | 67.38 | 79.18 | 74.02 | - |
| YUV | 225.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 212 | 0.15 | 0 | 0.11 | 0.06 | 135 | 0.53 | 0.87 |
| Hex | CB | EF | D4 | F | 0 | B | 6 | 87 | 35 | 57 |
| Octal | 313 | 357 | 324 | 17 | 0 | 13 | 6 | 207 | 65 | 127 |
| Binary | 11001011 | 11101111 | 11010100 | 1111 | 0 | 1011 | 110 | 10000111 | 110101 | 1010111 |
Color Harmonies of #CBEFD4
Complementary color
Monochromatic Colors of #CBEFD4
Black with #CBEFD4
Text Example
Text Example
White with #CBEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFD4; }
p { color: rgb(203,239,212); }
H1.HeaderClassName
{
color: #CBEFD4;
}
.AnyTagClassName
{
color: #CBEFD4;
}
</style>
background-color css
<style>
a { background-color: #CBEFD4; }
a { background-color: rgb(203,239,212); }
div.DivClassName
{
background-color: #CBEFD4;
}
.BgClassName
{
background-color: #CBEFD4;
}
</style>
border-color css
<style>
span { border-color: #CBEFD4; }
span { border-color: rgb(203,239,212); }
td.TdClassName
{
border-color: #CBEFD4;
}
.TagClassName
{
border-color: #CBEFD4;
}
</style>