Shades of Humming Bird #C7FFE1
Tints of Humming Bird #C7FFE1
RGB
CMYK
RGB Variations
Color information
#C7FFE1 (or 0xC7FFE1) is known color: Humming Bird. HEX triplet: C7, FF and E1. RGB value is (199,255,225). Sum of RGB (Red+Green+Blue) = 199+255+225=679 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.31% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FFE1 is #38001E. Grayscale: #EAEAEA. Windows color (decimal): -3670047 or 14811079. OLE color: 14811079.
HSL color Cylindrical-coordinate representation of color #C7FFE1: hue angle of 147.86º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FFE1 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 225 | - |
| CMYK | 0.22 | 0 | 0.12 | 0 |
| HSL | 147.86º | 1% | 0.89% | - |
| HSV(B) | 147.86º | 0.22% | 1% | - |
| XYZ | 72.9 | 89.1 | 84.59 | - |
| YUV | 234.84 | 122.45 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 225 | 0.22 | 0 | 0.12 | 0 | 147.86 | 1 | 0.89 |
| Hex | C7 | FF | E1 | 16 | 0 | C | 0 | 94 | 64 | 59 |
| Octal | 307 | 377 | 341 | 26 | 0 | 14 | 0 | 224 | 144 | 131 |
| Binary | 11000111 | 11111111 | 11100001 | 10110 | 0 | 1100 | 0 | 10010100 | 1100100 | 1011001 |
Color Harmonies of #C7FFE1
Complementary color
Monochromatic Colors of #C7FFE1
Black with #C7FFE1
Text Example
Text Example
White with #C7FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFE1; }
p { color: rgb(199,255,225); }
H1.HeaderClassName
{
color: #C7FFE1;
}
.AnyTagClassName
{
color: #C7FFE1;
}
</style>
background-color css
<style>
a { background-color: #C7FFE1; }
a { background-color: rgb(199,255,225); }
div.DivClassName
{
background-color: #C7FFE1;
}
.BgClassName
{
background-color: #C7FFE1;
}
</style>
border-color css
<style>
span { border-color: #C7FFE1; }
span { border-color: rgb(199,255,225); }
td.TdClassName
{
border-color: #C7FFE1;
}
.TagClassName
{
border-color: #C7FFE1;
}
</style>