Shades of Humming Bird #C3FEE5
Tints of Humming Bird #C3FEE5
RGB
CMYK
RGB Variations
Color information
#C3FEE5 (or 0xC3FEE5) is known color: Humming Bird. HEX triplet: C3, FE and E5. RGB value is (195,254,229). Sum of RGB (Red+Green+Blue) = 195+254+229=678 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.76% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FEE5 is #3C011A. Grayscale: #E9E9E9. Windows color (decimal): -3932443 or 15072963. OLE color: 15072963.
HSL color Cylindrical-coordinate representation of color #C3FEE5: hue angle of 154.58º 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 #C3FEE5 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 254 | 229 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.00 |
| HSL | 154.58º | 0.97% | 0.88% | - |
| HSV(B) | 154.58º | 0.23% | 1% | - |
| XYZ | 72.09 | 88.14 | 87.34 | - |
| YUV | 233.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 254 | 229 | 0.23 | 0 | 0.10 | 0.00 | 154.58 | 0.97 | 0.88 |
| Hex | C3 | FE | E5 | 17 | 0 | A | 0 | 9B | 61 | 58 |
| Octal | 303 | 376 | 345 | 27 | 0 | 12 | 0 | 233 | 141 | 130 |
| Binary | 11000011 | 11111110 | 11100101 | 10111 | 0 | 1010 | 0 | 10011011 | 1100001 | 1011000 |
Color Harmonies of #C3FEE5
Complementary color
Monochromatic Colors of #C3FEE5
Black with #C3FEE5
Text Example
Text Example
White with #C3FEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FEE5; }
p { color: rgb(195,254,229); }
H1.HeaderClassName
{
color: #C3FEE5;
}
.AnyTagClassName
{
color: #C3FEE5;
}
</style>
background-color css
<style>
a { background-color: #C3FEE5; }
a { background-color: rgb(195,254,229); }
div.DivClassName
{
background-color: #C3FEE5;
}
.BgClassName
{
background-color: #C3FEE5;
}
</style>
border-color css
<style>
span { border-color: #C3FEE5; }
span { border-color: rgb(195,254,229); }
td.TdClassName
{
border-color: #C3FEE5;
}
.TagClassName
{
border-color: #C3FEE5;
}
</style>