Shades of Humming Bird #C5FFE1
Tints of Humming Bird #C5FFE1
RGB
CMYK
RGB Variations
Color information
#C5FFE1 (or 0xC5FFE1) is known color: Humming Bird. HEX triplet: C5, FF and E1. RGB value is (197,255,225). Sum of RGB (Red+Green+Blue) = 197+255+225=677 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.10% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFE1 is #3A001E. Grayscale: #EAEAEA. Windows color (decimal): -3801119 or 14811077. OLE color: 14811077.
HSL color Cylindrical-coordinate representation of color #C5FFE1: hue angle of 148.97º 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 #C5FFE1 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 225 | - |
| CMYK | 0.23 | 0 | 0.12 | 0 |
| HSL | 148.97º | 1% | 0.89% | - |
| HSV(B) | 148.97º | 0.23% | 1% | - |
| XYZ | 72.38 | 88.83 | 84.56 | - |
| YUV | 234.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 225 | 0.23 | 0 | 0.12 | 0 | 148.97 | 1 | 0.89 |
| Hex | C5 | FF | E1 | 17 | 0 | C | 0 | 95 | 64 | 59 |
| Octal | 305 | 377 | 341 | 27 | 0 | 14 | 0 | 225 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11100001 | 10111 | 0 | 1100 | 0 | 10010101 | 1100100 | 1011001 |
Color Harmonies of #C5FFE1
Complementary color
Monochromatic Colors of #C5FFE1
Black with #C5FFE1
Text Example
Text Example
White with #C5FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFE1; }
p { color: rgb(197,255,225); }
H1.HeaderClassName
{
color: #C5FFE1;
}
.AnyTagClassName
{
color: #C5FFE1;
}
</style>
background-color css
<style>
a { background-color: #C5FFE1; }
a { background-color: rgb(197,255,225); }
div.DivClassName
{
background-color: #C5FFE1;
}
.BgClassName
{
background-color: #C5FFE1;
}
</style>
border-color css
<style>
span { border-color: #C5FFE1; }
span { border-color: rgb(197,255,225); }
td.TdClassName
{
border-color: #C5FFE1;
}
.TagClassName
{
border-color: #C5FFE1;
}
</style>