Shades of Humming Bird #C5FFE8
Tints of Humming Bird #C5FFE8
RGB
CMYK
RGB Variations
Color information
#C5FFE8 (or 0xC5FFE8) is known color: Humming Bird. HEX triplet: C5, FF and E8. RGB value is (197,255,232). Sum of RGB (Red+Green+Blue) = 197+255+232=684 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.80% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 232 (91.02% from 255 or 33.92% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFE8 is #3A0017. Grayscale: #EBEBEB. Windows color (decimal): -3801112 or 15269829. OLE color: 15269829.
HSL color Cylindrical-coordinate representation of color #C5FFE8: hue angle of 156.21º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFE8 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 232 | - |
| CMYK | 0.23 | 0 | 0.09 | 0 |
| HSL | 156.21º | 1% | 0.89% | - |
| HSV(B) | 156.21º | 0.23% | 1% | - |
| XYZ | 73.35 | 89.22 | 89.7 | - |
| YUV | 235.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 232 | 0.23 | 0 | 0.09 | 0 | 156.21 | 1 | 0.89 |
| Hex | C5 | FF | E8 | 17 | 0 | 9 | 0 | 9C | 64 | 59 |
| Octal | 305 | 377 | 350 | 27 | 0 | 11 | 0 | 234 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11101000 | 10111 | 0 | 1001 | 0 | 10011100 | 1100100 | 1011001 |
Color Harmonies of #C5FFE8
Complementary color
Monochromatic Colors of #C5FFE8
Black with #C5FFE8
Text Example
Text Example
White with #C5FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFE8; }
p { color: rgb(197,255,232); }
H1.HeaderClassName
{
color: #C5FFE8;
}
.AnyTagClassName
{
color: #C5FFE8;
}
</style>
background-color css
<style>
a { background-color: #C5FFE8; }
a { background-color: rgb(197,255,232); }
div.DivClassName
{
background-color: #C5FFE8;
}
.BgClassName
{
background-color: #C5FFE8;
}
</style>
border-color css
<style>
span { border-color: #C5FFE8; }
span { border-color: rgb(197,255,232); }
td.TdClassName
{
border-color: #C5FFE8;
}
.TagClassName
{
border-color: #C5FFE8;
}
</style>