Shades of Humming Bird #C7FAE0
Tints of Humming Bird #C7FAE0
RGB
CMYK
RGB Variations
Color information
#C7FAE0 (or 0xC7FAE0) is known color: Humming Bird. HEX triplet: C7, FA and E0. RGB value is (199,250,224). Sum of RGB (Red+Green+Blue) = 199+250+224=673 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.57% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FAE0 is #38051F. Grayscale: #E7E7E7. Windows color (decimal): -3671328 or 14744263. OLE color: 14744263.
HSL color Cylindrical-coordinate representation of color #C7FAE0: hue angle of 149.41º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7FAE0 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 224 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.02 |
| HSL | 149.41º | 0.84% | 0.88% | - |
| HSV(B) | 149.41º | 0.2% | 0.98% | - |
| XYZ | 71.19 | 85.9 | 83.35 | - |
| YUV | 231.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 224 | 0.20 | 0 | 0.10 | 0.02 | 149.41 | 0.84 | 0.88 |
| Hex | C7 | FA | E0 | 14 | 0 | A | 2 | 95 | 54 | 58 |
| Octal | 307 | 372 | 340 | 24 | 0 | 12 | 2 | 225 | 124 | 130 |
| Binary | 11000111 | 11111010 | 11100000 | 10100 | 0 | 1010 | 10 | 10010101 | 1010100 | 1011000 |
Color Harmonies of #C7FAE0
Complementary color
Monochromatic Colors of #C7FAE0
Black with #C7FAE0
Text Example
Text Example
White with #C7FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FAE0; }
p { color: rgb(199,250,224); }
H1.HeaderClassName
{
color: #C7FAE0;
}
.AnyTagClassName
{
color: #C7FAE0;
}
</style>
background-color css
<style>
a { background-color: #C7FAE0; }
a { background-color: rgb(199,250,224); }
div.DivClassName
{
background-color: #C7FAE0;
}
.BgClassName
{
background-color: #C7FAE0;
}
</style>
border-color css
<style>
span { border-color: #C7FAE0; }
span { border-color: rgb(199,250,224); }
td.TdClassName
{
border-color: #C7FAE0;
}
.TagClassName
{
border-color: #C7FAE0;
}
</style>