Shades of Humming Bird #C2FEF2
Tints of Humming Bird #C2FEF2
RGB
CMYK
RGB Variations
Color information
#C2FEF2 (or 0xC2FEF2) is known color: Humming Bird. HEX triplet: C2, FE and F2. RGB value is (194,254,242). Sum of RGB (Red+Green+Blue) = 194+254+242=690 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.12% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEF2 is #3D010D. Grayscale: #EAEAEA. Windows color (decimal): -3997966 or 15924930. OLE color: 15924930.
HSL color Cylindrical-coordinate representation of color #C2FEF2: hue angle of 168º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FEF2 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 242 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.00 |
| HSL | 168º | 0.97% | 0.88% | - |
| HSV(B) | 168º | 0.24% | 1% | - |
| XYZ | 73.72 | 88.76 | 97.25 | - |
| YUV | 234.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 242 | 0.24 | 0 | 0.05 | 0.00 | 168 | 0.97 | 0.88 |
| Hex | C2 | FE | F2 | 18 | 0 | 5 | 0 | A8 | 61 | 58 |
| Octal | 302 | 376 | 362 | 30 | 0 | 5 | 0 | 250 | 141 | 130 |
| Binary | 11000010 | 11111110 | 11110010 | 11000 | 0 | 101 | 0 | 10101000 | 1100001 | 1011000 |
Color Harmonies of #C2FEF2
Complementary color
Monochromatic Colors of #C2FEF2
Black with #C2FEF2
Text Example
Text Example
White with #C2FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEF2; }
p { color: rgb(194,254,242); }
H1.HeaderClassName
{
color: #C2FEF2;
}
.AnyTagClassName
{
color: #C2FEF2;
}
</style>
background-color css
<style>
a { background-color: #C2FEF2; }
a { background-color: rgb(194,254,242); }
div.DivClassName
{
background-color: #C2FEF2;
}
.BgClassName
{
background-color: #C2FEF2;
}
</style>
border-color css
<style>
span { border-color: #C2FEF2; }
span { border-color: rgb(194,254,242); }
td.TdClassName
{
border-color: #C2FEF2;
}
.TagClassName
{
border-color: #C2FEF2;
}
</style>