Shades of Granny Apple #C5FBCB
Tints of Granny Apple #C5FBCB
RGB
CMYK
RGB Variations
Color information
#C5FBCB (or 0xC5FBCB) is known color: Granny Apple. HEX triplet: C5, FB and CB. RGB value is (197,251,203). Sum of RGB (Red+Green+Blue) = 197+251+203=651 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.26% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FBCB is #3A0434. Grayscale: #E5E5E5. Windows color (decimal): -3802165 or 13368261. OLE color: 13368261.
HSL color Cylindrical-coordinate representation of color #C5FBCB: hue angle of 126.67º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FBCB is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
RGB | 197 | 251 | 203 | - |
CMYK | 0.22 | 0 | 0.19 | 0.02 |
HSL | 126.67º | 0.87% | 0.88% | - |
HSV(B) | 126.67º | 0.22% | 0.98% | - |
XYZ | 68.3 | 85.18 | 69.34 | - |
YUV | 229.38 | 113.11 | 104.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 251 | 203 | 0.22 | 0 | 0.19 | 0.02 | 126.67 | 0.87 | 0.88 |
Hex | C5 | FB | CB | 16 | 0 | 13 | 2 | 7F | 57 | 58 |
Octal | 305 | 373 | 313 | 26 | 0 | 23 | 2 | 177 | 127 | 130 |
Binary | 11000101 | 11111011 | 11001011 | 10110 | 0 | 10011 | 10 | 1111111 | 1010111 | 1011000 |
Color Harmonies of #C5FBCB
Complementary color
Monochromatic Colors of #C5FBCB
Black with #C5FBCB
Text Example
Text Example
White with #C5FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FBCB; }
p { color: rgb(197,251,203); }
H1.HeaderClassName
{
color: #C5FBCB;
}
.AnyTagClassName
{
color: #C5FBCB;
}
</style>
background-color css
<style>
a { background-color: #C5FBCB; }
a { background-color: rgb(197,251,203); }
div.DivClassName
{
background-color: #C5FBCB;
}
.BgClassName
{
background-color: #C5FBCB;
}
</style>
border-color css
<style>
span { border-color: #C5FBCB; }
span { border-color: rgb(197,251,203); }
td.TdClassName
{
border-color: #C5FBCB;
}
.TagClassName
{
border-color: #C5FBCB;
}
</style>