Shades of Humming Bird #C4FFE5
Tints of Humming Bird #C4FFE5
RGB
CMYK
RGB Variations
Color information
#C4FFE5 (or 0xC4FFE5) is known color: Humming Bird. HEX triplet: C4, FF and E5. RGB value is (196,255,229). Sum of RGB (Red+Green+Blue) = 196+255+229=680 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.82% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FFE5 is #3B001A. Grayscale: #EAEAEA. Windows color (decimal): -3866651 or 15073220. OLE color: 15073220.
HSL color Cylindrical-coordinate representation of color #C4FFE5: hue angle of 153.56º 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 #C4FFE5 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 229 | - |
| CMYK | 0.23 | 0 | 0.10 | 0 |
| HSL | 153.56º | 1% | 0.88% | - |
| HSV(B) | 153.56º | 0.23% | 1% | - |
| XYZ | 72.67 | 88.91 | 87.46 | - |
| YUV | 234.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 229 | 0.23 | 0 | 0.10 | 0 | 153.56 | 1 | 0.88 |
| Hex | C4 | FF | E5 | 17 | 0 | A | 0 | 9A | 64 | 58 |
| Octal | 304 | 377 | 345 | 27 | 0 | 12 | 0 | 232 | 144 | 130 |
| Binary | 11000100 | 11111111 | 11100101 | 10111 | 0 | 1010 | 0 | 10011010 | 1100100 | 1011000 |
Color Harmonies of #C4FFE5
Complementary color
Monochromatic Colors of #C4FFE5
Black with #C4FFE5
Text Example
Text Example
White with #C4FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FFE5; }
p { color: rgb(196,255,229); }
H1.HeaderClassName
{
color: #C4FFE5;
}
.AnyTagClassName
{
color: #C4FFE5;
}
</style>
background-color css
<style>
a { background-color: #C4FFE5; }
a { background-color: rgb(196,255,229); }
div.DivClassName
{
background-color: #C4FFE5;
}
.BgClassName
{
background-color: #C4FFE5;
}
</style>
border-color css
<style>
span { border-color: #C4FFE5; }
span { border-color: rgb(196,255,229); }
td.TdClassName
{
border-color: #C4FFE5;
}
.TagClassName
{
border-color: #C4FFE5;
}
</style>