Shades of Humming Bird #C1FEE2
Tints of Humming Bird #C1FEE2
RGB
CMYK
RGB Variations
Color information
#C1FEE2 (or 0xC1FEE2) is known color: Humming Bird. HEX triplet: C1, FE and E2. RGB value is (193,254,226). Sum of RGB (Red+Green+Blue) = 193+254+226=673 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.68% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FEE2 is #3E011D. Grayscale: #E8E8E8. Windows color (decimal): -4063518 or 14876353. OLE color: 14876353.
HSL color Cylindrical-coordinate representation of color #C1FEE2: hue angle of 152.46º 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 #C1FEE2 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 254 | 226 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.00 |
| HSL | 152.46º | 0.97% | 0.88% | - |
| HSV(B) | 152.46º | 0.24% | 1% | - |
| XYZ | 71.16 | 87.71 | 85.13 | - |
| YUV | 232.57 | 124.29 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 254 | 226 | 0.24 | 0 | 0.11 | 0.00 | 152.46 | 0.97 | 0.88 |
| Hex | C1 | FE | E2 | 18 | 0 | B | 0 | 98 | 61 | 58 |
| Octal | 301 | 376 | 342 | 30 | 0 | 13 | 0 | 230 | 141 | 130 |
| Binary | 11000001 | 11111110 | 11100010 | 11000 | 0 | 1011 | 0 | 10011000 | 1100001 | 1011000 |
Color Harmonies of #C1FEE2
Complementary color
Monochromatic Colors of #C1FEE2
Black with #C1FEE2
Text Example
Text Example
White with #C1FEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FEE2; }
p { color: rgb(193,254,226); }
H1.HeaderClassName
{
color: #C1FEE2;
}
.AnyTagClassName
{
color: #C1FEE2;
}
</style>
background-color css
<style>
a { background-color: #C1FEE2; }
a { background-color: rgb(193,254,226); }
div.DivClassName
{
background-color: #C1FEE2;
}
.BgClassName
{
background-color: #C1FEE2;
}
</style>
border-color css
<style>
span { border-color: #C1FEE2; }
span { border-color: rgb(193,254,226); }
td.TdClassName
{
border-color: #C1FEE2;
}
.TagClassName
{
border-color: #C1FEE2;
}
</style>