Shades of Granny Apple #CBFBD2
Tints of Granny Apple #CBFBD2
RGB
CMYK
RGB Variations
Color information
#CBFBD2 (or 0xCBFBD2) is known color: Granny Apple. HEX triplet: CB, FB and D2. RGB value is (203,251,210). Sum of RGB (Red+Green+Blue) = 203+251+210=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 210 (82.42% from 255 or 31.63% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBD2 is #34042D. Grayscale: #E8E8E8. Windows color (decimal): -3408942 or 13827019. OLE color: 13827019.
HSL color Cylindrical-coordinate representation of color #CBFBD2: hue angle of 128.75º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFBD2 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 251 | 210 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.02 |
| HSL | 128.75º | 0.86% | 0.89% | - |
| HSV(B) | 128.75º | 0.19% | 0.98% | - |
| XYZ | 70.76 | 86.34 | 73.91 | - |
| YUV | 231.97 | 115.6 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 251 | 210 | 0.19 | 0 | 0.16 | 0.02 | 128.75 | 0.86 | 0.89 |
| Hex | CB | FB | D2 | 13 | 0 | 10 | 2 | 81 | 56 | 59 |
| Octal | 313 | 373 | 322 | 23 | 0 | 20 | 2 | 201 | 126 | 131 |
| Binary | 11001011 | 11111011 | 11010010 | 10011 | 0 | 10000 | 10 | 10000001 | 1010110 | 1011001 |
Color Harmonies of #CBFBD2
Complementary color
Monochromatic Colors of #CBFBD2
Black with #CBFBD2
Text Example
Text Example
White with #CBFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFBD2; }
p { color: rgb(203,251,210); }
H1.HeaderClassName
{
color: #CBFBD2;
}
.AnyTagClassName
{
color: #CBFBD2;
}
</style>
background-color css
<style>
a { background-color: #CBFBD2; }
a { background-color: rgb(203,251,210); }
div.DivClassName
{
background-color: #CBFBD2;
}
.BgClassName
{
background-color: #CBFBD2;
}
</style>
border-color css
<style>
span { border-color: #CBFBD2; }
span { border-color: rgb(203,251,210); }
td.TdClassName
{
border-color: #CBFBD2;
}
.TagClassName
{
border-color: #CBFBD2;
}
</style>