Shades of Humming Bird #C7F8E5
Tints of Humming Bird #C7F8E5
RGB
CMYK
RGB Variations
Color information
#C7F8E5 (or 0xC7F8E5) is known color: Humming Bird. HEX triplet: C7, F8 and E5. RGB value is (199,248,229). Sum of RGB (Red+Green+Blue) = 199+248+229=676 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.44% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F8E5 is #38071A. Grayscale: #E7E7E7. Windows color (decimal): -3671835 or 15071431. OLE color: 15071431.
HSL color Cylindrical-coordinate representation of color #C7F8E5: hue angle of 156.73º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7F8E5 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 248 | 229 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.03 |
| HSL | 156.73º | 0.78% | 0.88% | - |
| HSV(B) | 156.73º | 0.2% | 0.97% | - |
| XYZ | 71.26 | 84.93 | 86.77 | - |
| YUV | 231.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 248 | 229 | 0.20 | 0 | 0.08 | 0.03 | 156.73 | 0.78 | 0.88 |
| Hex | C7 | F8 | E5 | 14 | 0 | 8 | 3 | 9D | 4E | 58 |
| Octal | 307 | 370 | 345 | 24 | 0 | 10 | 3 | 235 | 116 | 130 |
| Binary | 11000111 | 11111000 | 11100101 | 10100 | 0 | 1000 | 11 | 10011101 | 1001110 | 1011000 |
Color Harmonies of #C7F8E5
Complementary color
Monochromatic Colors of #C7F8E5
Black with #C7F8E5
Text Example
Text Example
White with #C7F8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F8E5; }
p { color: rgb(199,248,229); }
H1.HeaderClassName
{
color: #C7F8E5;
}
.AnyTagClassName
{
color: #C7F8E5;
}
</style>
background-color css
<style>
a { background-color: #C7F8E5; }
a { background-color: rgb(199,248,229); }
div.DivClassName
{
background-color: #C7F8E5;
}
.BgClassName
{
background-color: #C7F8E5;
}
</style>
border-color css
<style>
span { border-color: #C7F8E5; }
span { border-color: rgb(199,248,229); }
td.TdClassName
{
border-color: #C7F8E5;
}
.TagClassName
{
border-color: #C7F8E5;
}
</style>