Shades of Granny Apple #C5EECB
Tints of Granny Apple #C5EECB
RGB
CMYK
RGB Variations
Color information
#C5EECB (or 0xC5EECB) is known color: Granny Apple. HEX triplet: C5, EE and CB. RGB value is (197,238,203). Sum of RGB (Red+Green+Blue) = 197+238+203=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EECB is #3A1134. Grayscale: #DDDDDD. Windows color (decimal): -3805493 or 13364933. OLE color: 13364933.
HSL color Cylindrical-coordinate representation of color #C5EECB: hue angle of 128.78º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5EECB is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 238 | 203 | - |
CMYK | 0.17 | 0 | 0.15 | 0.07 |
HSL | 128.78º | 0.55% | 0.85% | - |
HSV(B) | 128.78º | 0.17% | 0.93% | - |
XYZ | 64.38 | 77.33 | 68.03 | - |
YUV | 221.75 | 117.42 | 110.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 238 | 203 | 0.17 | 0 | 0.15 | 0.07 | 128.78 | 0.55 | 0.85 |
Hex | C5 | EE | CB | 11 | 0 | F | 7 | 81 | 37 | 55 |
Octal | 305 | 356 | 313 | 21 | 0 | 17 | 7 | 201 | 67 | 125 |
Binary | 11000101 | 11101110 | 11001011 | 10001 | 0 | 1111 | 111 | 10000001 | 110111 | 1010101 |
Color Harmonies of #C5EECB
Complementary color
Monochromatic Colors of #C5EECB
Black with #C5EECB
Text Example
Text Example
White with #C5EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EECB; }
p { color: rgb(197,238,203); }
H1.HeaderClassName
{
color: #C5EECB;
}
.AnyTagClassName
{
color: #C5EECB;
}
</style>
background-color css
<style>
a { background-color: #C5EECB; }
a { background-color: rgb(197,238,203); }
div.DivClassName
{
background-color: #C5EECB;
}
.BgClassName
{
background-color: #C5EECB;
}
</style>
border-color css
<style>
span { border-color: #C5EECB; }
span { border-color: rgb(197,238,203); }
td.TdClassName
{
border-color: #C5EECB;
}
.TagClassName
{
border-color: #C5EECB;
}
</style>