Shades of Humming Bird #C4FEF0
Tints of Humming Bird #C4FEF0
RGB
CMYK
RGB Variations
Color information
#C4FEF0 (or 0xC4FEF0) is known color: Humming Bird. HEX triplet: C4, FE and F0. RGB value is (196,254,240). Sum of RGB (Red+Green+Blue) = 196+254+240=690 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.41% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FEF0 is #3B010F. Grayscale: #EBEBEB. Windows color (decimal): -3866896 or 15793860. OLE color: 15793860.
HSL color Cylindrical-coordinate representation of color #C4FEF0: hue angle of 165.52º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FEF0 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 254 | 240 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.00 |
| HSL | 165.52º | 0.97% | 0.88% | - |
| HSV(B) | 165.52º | 0.23% | 1% | - |
| XYZ | 73.93 | 88.91 | 95.7 | - |
| YUV | 235.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 254 | 240 | 0.23 | 0 | 0.06 | 0.00 | 165.52 | 0.97 | 0.88 |
| Hex | C4 | FE | F0 | 17 | 0 | 6 | 0 | A6 | 61 | 58 |
| Octal | 304 | 376 | 360 | 27 | 0 | 6 | 0 | 246 | 141 | 130 |
| Binary | 11000100 | 11111110 | 11110000 | 10111 | 0 | 110 | 0 | 10100110 | 1100001 | 1011000 |
Color Harmonies of #C4FEF0
Complementary color
Monochromatic Colors of #C4FEF0
Black with #C4FEF0
Text Example
Text Example
White with #C4FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FEF0; }
p { color: rgb(196,254,240); }
H1.HeaderClassName
{
color: #C4FEF0;
}
.AnyTagClassName
{
color: #C4FEF0;
}
</style>
background-color css
<style>
a { background-color: #C4FEF0; }
a { background-color: rgb(196,254,240); }
div.DivClassName
{
background-color: #C4FEF0;
}
.BgClassName
{
background-color: #C4FEF0;
}
</style>
border-color css
<style>
span { border-color: #C4FEF0; }
span { border-color: rgb(196,254,240); }
td.TdClassName
{
border-color: #C4FEF0;
}
.TagClassName
{
border-color: #C4FEF0;
}
</style>