Shades of Humming Bird #C4FFEF
Tints of Humming Bird #C4FFEF
RGB
CMYK
RGB Variations
Color information
#C4FFEF (or 0xC4FFEF) is known color: Humming Bird. HEX triplet: C4, FF and EF. RGB value is (196,255,239). Sum of RGB (Red+Green+Blue) = 196+255+239=690 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.41% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FFEF is #3B0010. Grayscale: #EBEBEB. Windows color (decimal): -3866641 or 15728580. OLE color: 15728580.
HSL color Cylindrical-coordinate representation of color #C4FFEF: hue angle of 163.73º 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 #C4FFEF is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 239 | - |
| CMYK | 0.23 | 0 | 0.06 | 0 |
| HSL | 163.73º | 1% | 0.88% | - |
| HSV(B) | 163.73º | 0.23% | 1% | - |
| XYZ | 74.1 | 89.49 | 95.03 | - |
| YUV | 235.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 239 | 0.23 | 0 | 0.06 | 0 | 163.73 | 1 | 0.88 |
| Hex | C4 | FF | EF | 17 | 0 | 6 | 0 | A4 | 64 | 58 |
| Octal | 304 | 377 | 357 | 27 | 0 | 6 | 0 | 244 | 144 | 130 |
| Binary | 11000100 | 11111111 | 11101111 | 10111 | 0 | 110 | 0 | 10100100 | 1100100 | 1011000 |
Color Harmonies of #C4FFEF
Complementary color
Monochromatic Colors of #C4FFEF
Black with #C4FFEF
Text Example
Text Example
White with #C4FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FFEF; }
p { color: rgb(196,255,239); }
H1.HeaderClassName
{
color: #C4FFEF;
}
.AnyTagClassName
{
color: #C4FFEF;
}
</style>
background-color css
<style>
a { background-color: #C4FFEF; }
a { background-color: rgb(196,255,239); }
div.DivClassName
{
background-color: #C4FFEF;
}
.BgClassName
{
background-color: #C4FFEF;
}
</style>
border-color css
<style>
span { border-color: #C4FFEF; }
span { border-color: rgb(196,255,239); }
td.TdClassName
{
border-color: #C4FFEF;
}
.TagClassName
{
border-color: #C4FFEF;
}
</style>