Shades of Granny Apple #CBEECB
Tints of Granny Apple #CBEECB
RGB
CMYK
RGB Variations
Color information
#CBEECB (or 0xCBEECB) is known color: Granny Apple. HEX triplet: CB, EE and CB. RGB value is (203,238,203). Sum of RGB (Red+Green+Blue) = 203+238+203=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEECB is #341134. Grayscale: #DFDFDF. Windows color (decimal): -3412277 or 13364939. OLE color: 13364939.
HSL color Cylindrical-coordinate representation of color #CBEECB: hue angle of 120º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEECB is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 238 | 203 | - |
CMYK | 0.15 | 0 | 0.15 | 0.07 |
HSL | 120º | 0.51% | 0.86% | - |
HSV(B) | 120º | 0.15% | 0.93% | - |
XYZ | 65.98 | 78.16 | 68.11 | - |
YUV | 223.55 | 116.4 | 113.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 238 | 203 | 0.15 | 0 | 0.15 | 0.07 | 120 | 0.51 | 0.86 |
Hex | CB | EE | CB | F | 0 | F | 7 | 78 | 33 | 56 |
Octal | 313 | 356 | 313 | 17 | 0 | 17 | 7 | 170 | 63 | 126 |
Binary | 11001011 | 11101110 | 11001011 | 1111 | 0 | 1111 | 111 | 1111000 | 110011 | 1010110 |
Color Harmonies of #CBEECB
Complementary color
Monochromatic Colors of #CBEECB
Black with #CBEECB
Text Example
Text Example
White with #CBEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEECB; }
p { color: rgb(203,238,203); }
H1.HeaderClassName
{
color: #CBEECB;
}
.AnyTagClassName
{
color: #CBEECB;
}
</style>
background-color css
<style>
a { background-color: #CBEECB; }
a { background-color: rgb(203,238,203); }
div.DivClassName
{
background-color: #CBEECB;
}
.BgClassName
{
background-color: #CBEECB;
}
</style>
border-color css
<style>
span { border-color: #CBEECB; }
span { border-color: rgb(203,238,203); }
td.TdClassName
{
border-color: #CBEECB;
}
.TagClassName
{
border-color: #CBEECB;
}
</style>