Shades of Humming Bird #C1FEE4
Tints of Humming Bird #C1FEE4
RGB
CMYK
RGB Variations
Color information
#C1FEE4 (or 0xC1FEE4) is known color: Humming Bird. HEX triplet: C1, FE and E4. RGB value is (193,254,228). Sum of RGB (Red+Green+Blue) = 193+254+228=675 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.59% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FEE4 is #3E011B. Grayscale: #E8E8E8. Windows color (decimal): -4063516 or 15007425. OLE color: 15007425.
HSL color Cylindrical-coordinate representation of color #C1FEE4: hue angle of 154.43º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FEE4 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 254 | 228 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.00 |
| HSL | 154.43º | 0.97% | 0.88% | - |
| HSV(B) | 154.43º | 0.24% | 1% | - |
| XYZ | 71.44 | 87.82 | 86.59 | - |
| YUV | 232.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 254 | 228 | 0.24 | 0 | 0.10 | 0.00 | 154.43 | 0.97 | 0.88 |
| Hex | C1 | FE | E4 | 18 | 0 | A | 0 | 9A | 61 | 58 |
| Octal | 301 | 376 | 344 | 30 | 0 | 12 | 0 | 232 | 141 | 130 |
| Binary | 11000001 | 11111110 | 11100100 | 11000 | 0 | 1010 | 0 | 10011010 | 1100001 | 1011000 |
Color Harmonies of #C1FEE4
Complementary color
Monochromatic Colors of #C1FEE4
Black with #C1FEE4
Text Example
Text Example
White with #C1FEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FEE4; }
p { color: rgb(193,254,228); }
H1.HeaderClassName
{
color: #C1FEE4;
}
.AnyTagClassName
{
color: #C1FEE4;
}
</style>
background-color css
<style>
a { background-color: #C1FEE4; }
a { background-color: rgb(193,254,228); }
div.DivClassName
{
background-color: #C1FEE4;
}
.BgClassName
{
background-color: #C1FEE4;
}
</style>
border-color css
<style>
span { border-color: #C1FEE4; }
span { border-color: rgb(193,254,228); }
td.TdClassName
{
border-color: #C1FEE4;
}
.TagClassName
{
border-color: #C1FEE4;
}
</style>