Shades of Humming Bird #C4FFE1
Tints of Humming Bird #C4FFE1
RGB
CMYK
RGB Variations
Color information
#C4FFE1 (or 0xC4FFE1) is known color: Humming Bird. HEX triplet: C4, FF and E1. RGB value is (196,255,225). Sum of RGB (Red+Green+Blue) = 196+255+225=676 (89% of max value = 765). Red value is 196 (76.95% from 255 or 28.99% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FFE1 is #3B001E. Grayscale: #EAEAEA. Windows color (decimal): -3866655 or 14811076. OLE color: 14811076.
HSL color Cylindrical-coordinate representation of color #C4FFE1: hue angle of 149.49º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FFE1 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 225 | - |
| CMYK | 0.23 | 0 | 0.12 | 0 |
| HSL | 149.49º | 1% | 0.88% | - |
| HSV(B) | 149.49º | 0.23% | 1% | - |
| XYZ | 72.12 | 88.69 | 84.55 | - |
| YUV | 233.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 225 | 0.23 | 0 | 0.12 | 0 | 149.49 | 1 | 0.88 |
| Hex | C4 | FF | E1 | 17 | 0 | C | 0 | 95 | 64 | 58 |
| Octal | 304 | 377 | 341 | 27 | 0 | 14 | 0 | 225 | 144 | 130 |
| Binary | 11000100 | 11111111 | 11100001 | 10111 | 0 | 1100 | 0 | 10010101 | 1100100 | 1011000 |
Color Harmonies of #C4FFE1
Complementary color
Monochromatic Colors of #C4FFE1
Black with #C4FFE1
Text Example
Text Example
White with #C4FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FFE1; }
p { color: rgb(196,255,225); }
H1.HeaderClassName
{
color: #C4FFE1;
}
.AnyTagClassName
{
color: #C4FFE1;
}
</style>
background-color css
<style>
a { background-color: #C4FFE1; }
a { background-color: rgb(196,255,225); }
div.DivClassName
{
background-color: #C4FFE1;
}
.BgClassName
{
background-color: #C4FFE1;
}
</style>
border-color css
<style>
span { border-color: #C4FFE1; }
span { border-color: rgb(196,255,225); }
td.TdClassName
{
border-color: #C4FFE1;
}
.TagClassName
{
border-color: #C4FFE1;
}
</style>