Shades of Humming Bird #C2FDE4
Tints of Humming Bird #C2FDE4
RGB
CMYK
RGB Variations
Color information
#C2FDE4 (or 0xC2FDE4) is known color: Humming Bird. HEX triplet: C2, FD and E4. RGB value is (194,253,228). Sum of RGB (Red+Green+Blue) = 194+253+228=675 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.74% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDE4 is #3D021B. Grayscale: #E8E8E8. Windows color (decimal): -3998236 or 15007170. OLE color: 15007170.
HSL color Cylindrical-coordinate representation of color #C2FDE4: hue angle of 154.58º 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 #C2FDE4 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 228 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.01 |
| HSL | 154.58º | 0.94% | 0.88% | - |
| HSV(B) | 154.58º | 0.23% | 0.99% | - |
| XYZ | 71.38 | 87.32 | 86.49 | - |
| YUV | 232.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 228 | 0.23 | 0 | 0.10 | 0.01 | 154.58 | 0.94 | 0.88 |
| Hex | C2 | FD | E4 | 17 | 0 | A | 1 | 9B | 5E | 58 |
| Octal | 302 | 375 | 344 | 27 | 0 | 12 | 1 | 233 | 136 | 130 |
| Binary | 11000010 | 11111101 | 11100100 | 10111 | 0 | 1010 | 1 | 10011011 | 1011110 | 1011000 |
Color Harmonies of #C2FDE4
Complementary color
Monochromatic Colors of #C2FDE4
Black with #C2FDE4
Text Example
Text Example
White with #C2FDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDE4; }
p { color: rgb(194,253,228); }
H1.HeaderClassName
{
color: #C2FDE4;
}
.AnyTagClassName
{
color: #C2FDE4;
}
</style>
background-color css
<style>
a { background-color: #C2FDE4; }
a { background-color: rgb(194,253,228); }
div.DivClassName
{
background-color: #C2FDE4;
}
.BgClassName
{
background-color: #C2FDE4;
}
</style>
border-color css
<style>
span { border-color: #C2FDE4; }
span { border-color: rgb(194,253,228); }
td.TdClassName
{
border-color: #C2FDE4;
}
.TagClassName
{
border-color: #C2FDE4;
}
</style>