Shades of Humming Bird #C6FEDF
Tints of Humming Bird #C6FEDF
RGB
CMYK
RGB Variations
Color information
#C6FEDF (or 0xC6FEDF) is known color: Humming Bird. HEX triplet: C6, FE and DF. RGB value is (198,254,223). Sum of RGB (Red+Green+Blue) = 198+254+223=675 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.33% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FEDF is #390120. Grayscale: #E9E9E9. Windows color (decimal): -3735841 or 14679750. OLE color: 14679750.
HSL color Cylindrical-coordinate representation of color #C6FEDF: hue angle of 146.79º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6FEDF is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 254 | 223 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.00 |
| HSL | 146.79º | 0.97% | 0.89% | - |
| HSV(B) | 146.79º | 0.22% | 1% | - |
| XYZ | 72.05 | 88.22 | 83.04 | - |
| YUV | 233.72 | 121.95 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 254 | 223 | 0.22 | 0 | 0.12 | 0.00 | 146.79 | 0.97 | 0.89 |
| Hex | C6 | FE | DF | 16 | 0 | C | 0 | 93 | 61 | 59 |
| Octal | 306 | 376 | 337 | 26 | 0 | 14 | 0 | 223 | 141 | 131 |
| Binary | 11000110 | 11111110 | 11011111 | 10110 | 0 | 1100 | 0 | 10010011 | 1100001 | 1011001 |
Color Harmonies of #C6FEDF
Complementary color
Monochromatic Colors of #C6FEDF
Black with #C6FEDF
Text Example
Text Example
White with #C6FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FEDF; }
p { color: rgb(198,254,223); }
H1.HeaderClassName
{
color: #C6FEDF;
}
.AnyTagClassName
{
color: #C6FEDF;
}
</style>
background-color css
<style>
a { background-color: #C6FEDF; }
a { background-color: rgb(198,254,223); }
div.DivClassName
{
background-color: #C6FEDF;
}
.BgClassName
{
background-color: #C6FEDF;
}
</style>
border-color css
<style>
span { border-color: #C6FEDF; }
span { border-color: rgb(198,254,223); }
td.TdClassName
{
border-color: #C6FEDF;
}
.TagClassName
{
border-color: #C6FEDF;
}
</style>