Shades of Humming Bird #C7FEE2
Tints of Humming Bird #C7FEE2
RGB
CMYK
RGB Variations
Color information
#C7FEE2 (or 0xC7FEE2) is known color: Humming Bird. HEX triplet: C7, FE and E2. RGB value is (199,254,226). Sum of RGB (Red+Green+Blue) = 199+254+226=679 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.31% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FEE2 is #38011D. Grayscale: #EAEAEA. Windows color (decimal): -3670302 or 14876359. OLE color: 14876359.
HSL color Cylindrical-coordinate representation of color #C7FEE2: hue angle of 149.45º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FEE2 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 254 | 226 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.00 |
| HSL | 149.45º | 0.96% | 0.89% | - |
| HSV(B) | 149.45º | 0.22% | 1% | - |
| XYZ | 72.72 | 88.52 | 85.2 | - |
| YUV | 234.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 254 | 226 | 0.22 | 0 | 0.11 | 0.00 | 149.45 | 0.96 | 0.89 |
| Hex | C7 | FE | E2 | 16 | 0 | B | 0 | 95 | 60 | 59 |
| Octal | 307 | 376 | 342 | 26 | 0 | 13 | 0 | 225 | 140 | 131 |
| Binary | 11000111 | 11111110 | 11100010 | 10110 | 0 | 1011 | 0 | 10010101 | 1100000 | 1011001 |
Color Harmonies of #C7FEE2
Complementary color
Monochromatic Colors of #C7FEE2
Black with #C7FEE2
Text Example
Text Example
White with #C7FEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FEE2; }
p { color: rgb(199,254,226); }
H1.HeaderClassName
{
color: #C7FEE2;
}
.AnyTagClassName
{
color: #C7FEE2;
}
</style>
background-color css
<style>
a { background-color: #C7FEE2; }
a { background-color: rgb(199,254,226); }
div.DivClassName
{
background-color: #C7FEE2;
}
.BgClassName
{
background-color: #C7FEE2;
}
</style>
border-color css
<style>
span { border-color: #C7FEE2; }
span { border-color: rgb(199,254,226); }
td.TdClassName
{
border-color: #C7FEE2;
}
.TagClassName
{
border-color: #C7FEE2;
}
</style>