Shades of Humming Bird #C2FDE3
Tints of Humming Bird #C2FDE3
RGB
CMYK
RGB Variations
Color information
#C2FDE3 (or 0xC2FDE3) is known color: Humming Bird. HEX triplet: C2, FD and E3. RGB value is (194,253,227). Sum of RGB (Red+Green+Blue) = 194+253+227=674 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.78% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 227 (89.06% from 255 or 33.68% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDE3 is #3D021C. Grayscale: #E8E8E8. Windows color (decimal): -3998237 or 14941634. OLE color: 14941634.
HSL color Cylindrical-coordinate representation of color #C2FDE3: hue angle of 153.56º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FDE3 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 227 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.01 |
| HSL | 153.56º | 0.94% | 0.88% | - |
| HSV(B) | 153.56º | 0.23% | 0.99% | - |
| XYZ | 71.24 | 87.27 | 85.76 | - |
| YUV | 232.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 227 | 0.23 | 0 | 0.10 | 0.01 | 153.56 | 0.94 | 0.88 |
| Hex | C2 | FD | E3 | 17 | 0 | A | 1 | 9A | 5E | 58 |
| Octal | 302 | 375 | 343 | 27 | 0 | 12 | 1 | 232 | 136 | 130 |
| Binary | 11000010 | 11111101 | 11100011 | 10111 | 0 | 1010 | 1 | 10011010 | 1011110 | 1011000 |
Color Harmonies of #C2FDE3
Complementary color
Monochromatic Colors of #C2FDE3
Black with #C2FDE3
Text Example
Text Example
White with #C2FDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDE3; }
p { color: rgb(194,253,227); }
H1.HeaderClassName
{
color: #C2FDE3;
}
.AnyTagClassName
{
color: #C2FDE3;
}
</style>
background-color css
<style>
a { background-color: #C2FDE3; }
a { background-color: rgb(194,253,227); }
div.DivClassName
{
background-color: #C2FDE3;
}
.BgClassName
{
background-color: #C2FDE3;
}
</style>
border-color css
<style>
span { border-color: #C2FDE3; }
span { border-color: rgb(194,253,227); }
td.TdClassName
{
border-color: #C2FDE3;
}
.TagClassName
{
border-color: #C2FDE3;
}
</style>