Shades of Humming Bird #C7FFF4
Tints of Humming Bird #C7FFF4
RGB
CMYK
RGB Variations
Color information
#C7FFF4 (or 0xC7FFF4) is known color: Humming Bird. HEX triplet: C7, FF and F4. RGB value is (199,255,244). Sum of RGB (Red+Green+Blue) = 199+255+244=698 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.51% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FFF4 is #38000B. Grayscale: #ECECEC. Windows color (decimal): -3670028 or 16056263. OLE color: 16056263.
HSL color Cylindrical-coordinate representation of color #C7FFF4: hue angle of 168.21º 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 #C7FFF4 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 244 | - |
| CMYK | 0.22 | 0 | 0.04 | 0 |
| HSL | 168.21º | 1% | 0.89% | - |
| HSV(B) | 168.21º | 0.22% | 1% | - |
| XYZ | 75.64 | 90.19 | 99.01 | - |
| YUV | 237 | 131.95 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 244 | 0.22 | 0 | 0.04 | 0 | 168.21 | 1 | 0.89 |
| Hex | C7 | FF | F4 | 16 | 0 | 4 | 0 | A8 | 64 | 59 |
| Octal | 307 | 377 | 364 | 26 | 0 | 4 | 0 | 250 | 144 | 131 |
| Binary | 11000111 | 11111111 | 11110100 | 10110 | 0 | 100 | 0 | 10101000 | 1100100 | 1011001 |
Color Harmonies of #C7FFF4
Complementary color
Monochromatic Colors of #C7FFF4
Black with #C7FFF4
Text Example
Text Example
White with #C7FFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFF4; }
p { color: rgb(199,255,244); }
H1.HeaderClassName
{
color: #C7FFF4;
}
.AnyTagClassName
{
color: #C7FFF4;
}
</style>
background-color css
<style>
a { background-color: #C7FFF4; }
a { background-color: rgb(199,255,244); }
div.DivClassName
{
background-color: #C7FFF4;
}
.BgClassName
{
background-color: #C7FFF4;
}
</style>
border-color css
<style>
span { border-color: #C7FFF4; }
span { border-color: rgb(199,255,244); }
td.TdClassName
{
border-color: #C7FFF4;
}
.TagClassName
{
border-color: #C7FFF4;
}
</style>