Shades of Humming Bird #C2F7E5
Tints of Humming Bird #C2F7E5
RGB
CMYK
RGB Variations
Color information
#C2F7E5 (or 0xC2F7E5) is known color: Humming Bird. HEX triplet: C2, F7 and E5. RGB value is (194,247,229). Sum of RGB (Red+Green+Blue) = 194+247+229=670 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.96% from 670); Green value is 247 (96.88% from 255 or 36.87% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F7E5 is #3D081A. Grayscale: #E5E5E5. Windows color (decimal): -3999771 or 15071170. OLE color: 15071170.
HSL color Cylindrical-coordinate representation of color #C2F7E5: hue angle of 159.62º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2F7E5 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 229 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.03 |
| HSL | 159.62º | 0.77% | 0.86% | - |
| HSV(B) | 159.62º | 0.21% | 0.97% | - |
| XYZ | 69.65 | 83.65 | 86.6 | - |
| YUV | 229.1 | 127.94 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 229 | 0.21 | 0 | 0.07 | 0.03 | 159.62 | 0.77 | 0.86 |
| Hex | C2 | F7 | E5 | 15 | 0 | 7 | 3 | A0 | 4D | 56 |
| Octal | 302 | 367 | 345 | 25 | 0 | 7 | 3 | 240 | 115 | 126 |
| Binary | 11000010 | 11110111 | 11100101 | 10101 | 0 | 111 | 11 | 10100000 | 1001101 | 1010110 |
Color Harmonies of #C2F7E5
Complementary color
Monochromatic Colors of #C2F7E5
Black with #C2F7E5
Text Example
Text Example
White with #C2F7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F7E5; }
p { color: rgb(194,247,229); }
H1.HeaderClassName
{
color: #C2F7E5;
}
.AnyTagClassName
{
color: #C2F7E5;
}
</style>
background-color css
<style>
a { background-color: #C2F7E5; }
a { background-color: rgb(194,247,229); }
div.DivClassName
{
background-color: #C2F7E5;
}
.BgClassName
{
background-color: #C2F7E5;
}
</style>
border-color css
<style>
span { border-color: #C2F7E5; }
span { border-color: rgb(194,247,229); }
td.TdClassName
{
border-color: #C2F7E5;
}
.TagClassName
{
border-color: #C2F7E5;
}
</style>