Shades of Humming Bird #C5FFE0
Tints of Humming Bird #C5FFE0
RGB
CMYK
RGB Variations
Color information
#C5FFE0 (or 0xC5FFE0) is known color: Humming Bird. HEX triplet: C5, FF and E0. RGB value is (197,255,224). Sum of RGB (Red+Green+Blue) = 197+255+224=676 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.14% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFE0 is #3A001F. Grayscale: #EAEAEA. Windows color (decimal): -3801120 or 14745541. OLE color: 14745541.
HSL color Cylindrical-coordinate representation of color #C5FFE0: hue angle of 147.93º 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 #C5FFE0 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 224 | - |
| CMYK | 0.23 | 0 | 0.12 | 0 |
| HSL | 147.93º | 1% | 0.89% | - |
| HSV(B) | 147.93º | 0.23% | 1% | - |
| XYZ | 72.24 | 88.77 | 83.85 | - |
| YUV | 234.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 224 | 0.23 | 0 | 0.12 | 0 | 147.93 | 1 | 0.89 |
| Hex | C5 | FF | E0 | 17 | 0 | C | 0 | 94 | 64 | 59 |
| Octal | 305 | 377 | 340 | 27 | 0 | 14 | 0 | 224 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11100000 | 10111 | 0 | 1100 | 0 | 10010100 | 1100100 | 1011001 |
Color Harmonies of #C5FFE0
Complementary color
Monochromatic Colors of #C5FFE0
Black with #C5FFE0
Text Example
Text Example
White with #C5FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFE0; }
p { color: rgb(197,255,224); }
H1.HeaderClassName
{
color: #C5FFE0;
}
.AnyTagClassName
{
color: #C5FFE0;
}
</style>
background-color css
<style>
a { background-color: #C5FFE0; }
a { background-color: rgb(197,255,224); }
div.DivClassName
{
background-color: #C5FFE0;
}
.BgClassName
{
background-color: #C5FFE0;
}
</style>
border-color css
<style>
span { border-color: #C5FFE0; }
span { border-color: rgb(197,255,224); }
td.TdClassName
{
border-color: #C5FFE0;
}
.TagClassName
{
border-color: #C5FFE0;
}
</style>