Shades of Humming Bird #C4FEE0
Tints of Humming Bird #C4FEE0
RGB
CMYK
RGB Variations
Color information
#C4FEE0 (or 0xC4FEE0) is known color: Humming Bird. HEX triplet: C4, FE and E0. RGB value is (196,254,224). Sum of RGB (Red+Green+Blue) = 196+254+224=674 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.08% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FEE0 is #3B011F. Grayscale: #E9E9E9. Windows color (decimal): -3866912 or 14745284. OLE color: 14745284.
HSL color Cylindrical-coordinate representation of color #C4FEE0: hue angle of 148.97º 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 #C4FEE0 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 254 | 224 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.00 |
| HSL | 148.97º | 0.97% | 0.88% | - |
| HSV(B) | 148.97º | 0.23% | 1% | - |
| XYZ | 71.66 | 88 | 83.73 | - |
| YUV | 233.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 254 | 224 | 0.23 | 0 | 0.12 | 0.00 | 148.97 | 0.97 | 0.88 |
| Hex | C4 | FE | E0 | 17 | 0 | C | 0 | 95 | 61 | 58 |
| Octal | 304 | 376 | 340 | 27 | 0 | 14 | 0 | 225 | 141 | 130 |
| Binary | 11000100 | 11111110 | 11100000 | 10111 | 0 | 1100 | 0 | 10010101 | 1100001 | 1011000 |
Color Harmonies of #C4FEE0
Complementary color
Monochromatic Colors of #C4FEE0
Black with #C4FEE0
Text Example
Text Example
White with #C4FEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FEE0; }
p { color: rgb(196,254,224); }
H1.HeaderClassName
{
color: #C4FEE0;
}
.AnyTagClassName
{
color: #C4FEE0;
}
</style>
background-color css
<style>
a { background-color: #C4FEE0; }
a { background-color: rgb(196,254,224); }
div.DivClassName
{
background-color: #C4FEE0;
}
.BgClassName
{
background-color: #C4FEE0;
}
</style>
border-color css
<style>
span { border-color: #C4FEE0; }
span { border-color: rgb(196,254,224); }
td.TdClassName
{
border-color: #C4FEE0;
}
.TagClassName
{
border-color: #C4FEE0;
}
</style>