Shades of Humming Bird #C5F9E5
Tints of Humming Bird #C5F9E5
RGB
CMYK
RGB Variations
Color information
#C5F9E5 (or 0xC5F9E5) is known color: Humming Bird. HEX triplet: C5, F9 and E5. RGB value is (197,249,229). Sum of RGB (Red+Green+Blue) = 197+249+229=675 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.19% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F9E5 is #3A061A. Grayscale: #E7E7E7. Windows color (decimal): -3802651 or 15071685. OLE color: 15071685.
HSL color Cylindrical-coordinate representation of color #C5F9E5: hue angle of 156.92º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5F9E5 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 249 | 229 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.02 |
| HSL | 156.92º | 0.81% | 0.87% | - |
| HSV(B) | 156.92º | 0.21% | 0.98% | - |
| XYZ | 71.04 | 85.28 | 86.84 | - |
| YUV | 231.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 249 | 229 | 0.21 | 0 | 0.08 | 0.02 | 156.92 | 0.81 | 0.87 |
| Hex | C5 | F9 | E5 | 15 | 0 | 8 | 2 | 9D | 51 | 57 |
| Octal | 305 | 371 | 345 | 25 | 0 | 10 | 2 | 235 | 121 | 127 |
| Binary | 11000101 | 11111001 | 11100101 | 10101 | 0 | 1000 | 10 | 10011101 | 1010001 | 1010111 |
Color Harmonies of #C5F9E5
Complementary color
Monochromatic Colors of #C5F9E5
Black with #C5F9E5
Text Example
Text Example
White with #C5F9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F9E5; }
p { color: rgb(197,249,229); }
H1.HeaderClassName
{
color: #C5F9E5;
}
.AnyTagClassName
{
color: #C5F9E5;
}
</style>
background-color css
<style>
a { background-color: #C5F9E5; }
a { background-color: rgb(197,249,229); }
div.DivClassName
{
background-color: #C5F9E5;
}
.BgClassName
{
background-color: #C5F9E5;
}
</style>
border-color css
<style>
span { border-color: #C5F9E5; }
span { border-color: rgb(197,249,229); }
td.TdClassName
{
border-color: #C5F9E5;
}
.TagClassName
{
border-color: #C5F9E5;
}
</style>