Shades of Humming Bird #C2F7E4
Tints of Humming Bird #C2F7E4
RGB
CMYK
RGB Variations
Color information
#C2F7E4 (or 0xC2F7E4) is known color: Humming Bird. HEX triplet: C2, F7 and E4. RGB value is (194,247,228). Sum of RGB (Red+Green+Blue) = 194+247+228=669 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.00% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F7E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F7E4 is #3D081B. Grayscale: #E5E5E5. Windows color (decimal): -3999772 or 15005634. OLE color: 15005634.
HSL color Cylindrical-coordinate representation of color #C2F7E4: hue angle of 158.49º 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 #C2F7E4 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 228 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.03 |
| HSL | 158.49º | 0.77% | 0.86% | - |
| HSV(B) | 158.49º | 0.21% | 0.97% | - |
| XYZ | 69.51 | 83.59 | 85.87 | - |
| YUV | 228.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 228 | 0.21 | 0 | 0.08 | 0.03 | 158.49 | 0.77 | 0.86 |
| Hex | C2 | F7 | E4 | 15 | 0 | 8 | 3 | 9E | 4D | 56 |
| Octal | 302 | 367 | 344 | 25 | 0 | 10 | 3 | 236 | 115 | 126 |
| Binary | 11000010 | 11110111 | 11100100 | 10101 | 0 | 1000 | 11 | 10011110 | 1001101 | 1010110 |
Color Harmonies of #C2F7E4
Complementary color
Monochromatic Colors of #C2F7E4
Black with #C2F7E4
Text Example
Text Example
White with #C2F7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F7E4; }
p { color: rgb(194,247,228); }
H1.HeaderClassName
{
color: #C2F7E4;
}
.AnyTagClassName
{
color: #C2F7E4;
}
</style>
background-color css
<style>
a { background-color: #C2F7E4; }
a { background-color: rgb(194,247,228); }
div.DivClassName
{
background-color: #C2F7E4;
}
.BgClassName
{
background-color: #C2F7E4;
}
</style>
border-color css
<style>
span { border-color: #C2F7E4; }
span { border-color: rgb(194,247,228); }
td.TdClassName
{
border-color: #C2F7E4;
}
.TagClassName
{
border-color: #C2F7E4;
}
</style>