Shades of Humming Bird #C1FEE5
Tints of Humming Bird #C1FEE5
RGB
CMYK
RGB Variations
Color information
#C1FEE5 (or 0xC1FEE5) is known color: Humming Bird. HEX triplet: C1, FE and E5. RGB value is (193,254,229). Sum of RGB (Red+Green+Blue) = 193+254+229=676 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.55% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FEE5 is #3E011A. Grayscale: #E8E8E8. Windows color (decimal): -4063515 or 15072961. OLE color: 15072961.
HSL color Cylindrical-coordinate representation of color #C1FEE5: hue angle of 155.41º 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 #C1FEE5 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 254 | 229 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.00 |
| HSL | 155.41º | 0.97% | 0.88% | - |
| HSV(B) | 155.41º | 0.24% | 1% | - |
| XYZ | 71.58 | 87.88 | 87.32 | - |
| YUV | 232.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 254 | 229 | 0.24 | 0 | 0.10 | 0.00 | 155.41 | 0.97 | 0.88 |
| Hex | C1 | FE | E5 | 18 | 0 | A | 0 | 9B | 61 | 58 |
| Octal | 301 | 376 | 345 | 30 | 0 | 12 | 0 | 233 | 141 | 130 |
| Binary | 11000001 | 11111110 | 11100101 | 11000 | 0 | 1010 | 0 | 10011011 | 1100001 | 1011000 |
Color Harmonies of #C1FEE5
Complementary color
Monochromatic Colors of #C1FEE5
Black with #C1FEE5
Text Example
Text Example
White with #C1FEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FEE5; }
p { color: rgb(193,254,229); }
H1.HeaderClassName
{
color: #C1FEE5;
}
.AnyTagClassName
{
color: #C1FEE5;
}
</style>
background-color css
<style>
a { background-color: #C1FEE5; }
a { background-color: rgb(193,254,229); }
div.DivClassName
{
background-color: #C1FEE5;
}
.BgClassName
{
background-color: #C1FEE5;
}
</style>
border-color css
<style>
span { border-color: #C1FEE5; }
span { border-color: rgb(193,254,229); }
td.TdClassName
{
border-color: #C1FEE5;
}
.TagClassName
{
border-color: #C1FEE5;
}
</style>