Shades of Humming Bird #C5FFEF
Tints of Humming Bird #C5FFEF
RGB
CMYK
RGB Variations
Color information
#C5FFEF (or 0xC5FFEF) is known color: Humming Bird. HEX triplet: C5, FF and EF. RGB value is (197,255,239). Sum of RGB (Red+Green+Blue) = 197+255+239=691 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.51% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFEF is #3A0010. Grayscale: #EBEBEB. Windows color (decimal): -3801105 or 15728581. OLE color: 15728581.
HSL color Cylindrical-coordinate representation of color #C5FFEF: hue angle of 163.45º 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 #C5FFEF is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 239 | - |
| CMYK | 0.23 | 0 | 0.06 | 0 |
| HSL | 163.45º | 1% | 0.89% | - |
| HSV(B) | 163.45º | 0.23% | 1% | - |
| XYZ | 74.37 | 89.62 | 95.04 | - |
| YUV | 235.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 239 | 0.23 | 0 | 0.06 | 0 | 163.45 | 1 | 0.89 |
| Hex | C5 | FF | EF | 17 | 0 | 6 | 0 | A3 | 64 | 59 |
| Octal | 305 | 377 | 357 | 27 | 0 | 6 | 0 | 243 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11101111 | 10111 | 0 | 110 | 0 | 10100011 | 1100100 | 1011001 |
Color Harmonies of #C5FFEF
Complementary color
Monochromatic Colors of #C5FFEF
Black with #C5FFEF
Text Example
Text Example
White with #C5FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFEF; }
p { color: rgb(197,255,239); }
H1.HeaderClassName
{
color: #C5FFEF;
}
.AnyTagClassName
{
color: #C5FFEF;
}
</style>
background-color css
<style>
a { background-color: #C5FFEF; }
a { background-color: rgb(197,255,239); }
div.DivClassName
{
background-color: #C5FFEF;
}
.BgClassName
{
background-color: #C5FFEF;
}
</style>
border-color css
<style>
span { border-color: #C5FFEF; }
span { border-color: rgb(197,255,239); }
td.TdClassName
{
border-color: #C5FFEF;
}
.TagClassName
{
border-color: #C5FFEF;
}
</style>