Shades of Humming Bird #C6FEE4
Tints of Humming Bird #C6FEE4
RGB
CMYK
RGB Variations
Color information
#C6FEE4 (or 0xC6FEE4) is known color: Humming Bird. HEX triplet: C6, FE and E4. RGB value is (198,254,228). Sum of RGB (Red+Green+Blue) = 198+254+228=680 (90% of max value = 765). Red value is 198 (77.73% from 255 or 29.12% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FEE4 is #39011B. Grayscale: #EAEAEA. Windows color (decimal): -3735836 or 15007430. OLE color: 15007430.
HSL color Cylindrical-coordinate representation of color #C6FEE4: hue angle of 152.14º 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 #C6FEE4 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 198 | 254 | 228 | - |
CMYK | 0.22 | 0 | 0.10 | 0.00 |
HSL | 152.14º | 0.97% | 0.89% | - |
HSV(B) | 152.14º | 0.22% | 1% | - |
XYZ | 72.73 | 88.49 | 86.65 | - |
YUV | 234.29 | 124.45 | 102.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 254 | 228 | 0.22 | 0 | 0.10 | 0.00 | 152.14 | 0.97 | 0.89 |
Hex | C6 | FE | E4 | 16 | 0 | A | 0 | 98 | 61 | 59 |
Octal | 306 | 376 | 344 | 26 | 0 | 12 | 0 | 230 | 141 | 131 |
Binary | 11000110 | 11111110 | 11100100 | 10110 | 0 | 1010 | 0 | 10011000 | 1100001 | 1011001 |
Color Harmonies of #C6FEE4
Complementary color
Monochromatic Colors of #C6FEE4
Black with #C6FEE4
Text Example
Text Example
White with #C6FEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FEE4; }
p { color: rgb(198,254,228); }
H1.HeaderClassName
{
color: #C6FEE4;
}
.AnyTagClassName
{
color: #C6FEE4;
}
</style>
background-color css
<style>
a { background-color: #C6FEE4; }
a { background-color: rgb(198,254,228); }
div.DivClassName
{
background-color: #C6FEE4;
}
.BgClassName
{
background-color: #C6FEE4;
}
</style>
border-color css
<style>
span { border-color: #C6FEE4; }
span { border-color: rgb(198,254,228); }
td.TdClassName
{
border-color: #C6FEE4;
}
.TagClassName
{
border-color: #C6FEE4;
}
</style>