Shades of Humming Bird #C3FEE4
Tints of Humming Bird #C3FEE4
RGB
CMYK
RGB Variations
Color information
#C3FEE4 (or 0xC3FEE4) is known color: Humming Bird. HEX triplet: C3, FE and E4. RGB value is (195,254,228). Sum of RGB (Red+Green+Blue) = 195+254+228=677 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.80% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 228 (89.45% from 255 or 33.68% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FEE4 is #3C011B. Grayscale: #E9E9E9. Windows color (decimal): -3932444 or 15007427. OLE color: 15007427.
HSL color Cylindrical-coordinate representation of color #C3FEE4: hue angle of 153.56º 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 #C3FEE4 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 254 | 228 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.00 |
| HSL | 153.56º | 0.97% | 0.88% | - |
| HSV(B) | 153.56º | 0.23% | 1% | - |
| XYZ | 71.95 | 88.09 | 86.61 | - |
| YUV | 233.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 254 | 228 | 0.23 | 0 | 0.10 | 0.00 | 153.56 | 0.97 | 0.88 |
| Hex | C3 | FE | E4 | 17 | 0 | A | 0 | 9A | 61 | 58 |
| Octal | 303 | 376 | 344 | 27 | 0 | 12 | 0 | 232 | 141 | 130 |
| Binary | 11000011 | 11111110 | 11100100 | 10111 | 0 | 1010 | 0 | 10011010 | 1100001 | 1011000 |
Color Harmonies of #C3FEE4
Complementary color
Monochromatic Colors of #C3FEE4
Black with #C3FEE4
Text Example
Text Example
White with #C3FEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FEE4; }
p { color: rgb(195,254,228); }
H1.HeaderClassName
{
color: #C3FEE4;
}
.AnyTagClassName
{
color: #C3FEE4;
}
</style>
background-color css
<style>
a { background-color: #C3FEE4; }
a { background-color: rgb(195,254,228); }
div.DivClassName
{
background-color: #C3FEE4;
}
.BgClassName
{
background-color: #C3FEE4;
}
</style>
border-color css
<style>
span { border-color: #C3FEE4; }
span { border-color: rgb(195,254,228); }
td.TdClassName
{
border-color: #C3FEE4;
}
.TagClassName
{
border-color: #C3FEE4;
}
</style>