Shades of Granny Apple #CBEFD5
Tints of Granny Apple #CBEFD5
RGB
CMYK
RGB Variations
Color information
#CBEFD5 (or 0xCBEFD5) is known color: Granny Apple. HEX triplet: CB, EF and D5. RGB value is (203,239,213). Sum of RGB (Red+Green+Blue) = 203+239+213=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFD5 is #34102A. Grayscale: #E1E1E1. Windows color (decimal): -3412011 or 14020555. OLE color: 14020555.
HSL color Cylindrical-coordinate representation of color #CBEFD5: hue angle of 136.67º 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 #CBEFD5 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 213 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.06 |
| HSL | 136.67º | 0.53% | 0.87% | - |
| HSV(B) | 136.67º | 0.15% | 0.94% | - |
| XYZ | 67.51 | 79.23 | 74.69 | - |
| YUV | 225.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 213 | 0.15 | 0 | 0.11 | 0.06 | 136.67 | 0.53 | 0.87 |
| Hex | CB | EF | D5 | F | 0 | B | 6 | 89 | 35 | 57 |
| Octal | 313 | 357 | 325 | 17 | 0 | 13 | 6 | 211 | 65 | 127 |
| Binary | 11001011 | 11101111 | 11010101 | 1111 | 0 | 1011 | 110 | 10001001 | 110101 | 1010111 |
Color Harmonies of #CBEFD5
Complementary color
Monochromatic Colors of #CBEFD5
Black with #CBEFD5
Text Example
Text Example
White with #CBEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFD5; }
p { color: rgb(203,239,213); }
H1.HeaderClassName
{
color: #CBEFD5;
}
.AnyTagClassName
{
color: #CBEFD5;
}
</style>
background-color css
<style>
a { background-color: #CBEFD5; }
a { background-color: rgb(203,239,213); }
div.DivClassName
{
background-color: #CBEFD5;
}
.BgClassName
{
background-color: #CBEFD5;
}
</style>
border-color css
<style>
span { border-color: #CBEFD5; }
span { border-color: rgb(203,239,213); }
td.TdClassName
{
border-color: #CBEFD5;
}
.TagClassName
{
border-color: #CBEFD5;
}
</style>