Shades of Humming Bird #C7F1E2
Tints of Humming Bird #C7F1E2
RGB
CMYK
RGB Variations
Color information
#C7F1E2 (or 0xC7F1E2) is known color: Humming Bird. HEX triplet: C7, F1 and E2. RGB value is (199,241,226). Sum of RGB (Red+Green+Blue) = 199+241+226=666 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.88% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F1E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F1E2 is #380E1D. Grayscale: #E2E2E2. Windows color (decimal): -3673630 or 14873031. OLE color: 14873031.
HSL color Cylindrical-coordinate representation of color #C7F1E2: hue angle of 158.57º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7F1E2 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 241 | 226 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.05 |
| HSL | 158.57º | 0.6% | 0.86% | - |
| HSV(B) | 158.57º | 0.17% | 0.95% | - |
| XYZ | 68.74 | 80.54 | 83.88 | - |
| YUV | 226.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 241 | 226 | 0.17 | 0 | 0.06 | 0.05 | 158.57 | 0.6 | 0.86 |
| Hex | C7 | F1 | E2 | 11 | 0 | 6 | 5 | 9F | 3C | 56 |
| Octal | 307 | 361 | 342 | 21 | 0 | 6 | 5 | 237 | 74 | 126 |
| Binary | 11000111 | 11110001 | 11100010 | 10001 | 0 | 110 | 101 | 10011111 | 111100 | 1010110 |
Color Harmonies of #C7F1E2
Complementary color
Monochromatic Colors of #C7F1E2
Black with #C7F1E2
Text Example
Text Example
White with #C7F1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F1E2; }
p { color: rgb(199,241,226); }
H1.HeaderClassName
{
color: #C7F1E2;
}
.AnyTagClassName
{
color: #C7F1E2;
}
</style>
background-color css
<style>
a { background-color: #C7F1E2; }
a { background-color: rgb(199,241,226); }
div.DivClassName
{
background-color: #C7F1E2;
}
.BgClassName
{
background-color: #C7F1E2;
}
</style>
border-color css
<style>
span { border-color: #C7F1E2; }
span { border-color: rgb(199,241,226); }
td.TdClassName
{
border-color: #C7F1E2;
}
.TagClassName
{
border-color: #C7F1E2;
}
</style>