Shades of Humming Bird #D4FFEF
Tints of Humming Bird #D4FFEF
RGB
CMYK
RGB Variations
Color information
#D4FFEF (or 0xD4FFEF) is known color: Humming Bird. HEX triplet: D4, FF and EF. RGB value is (212,255,239). Sum of RGB (Red+Green+Blue) = 212+255+239=706 (93% of max value = 765). Red value is 212 (83.20% from 255 or 30.03% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FFEF is #2B0010. Grayscale: #F0F0F0. Windows color (decimal): -2818065 or 15728596. OLE color: 15728596.
HSL color Cylindrical-coordinate representation of color #D4FFEF: hue angle of 157.67º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4FFEF is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 239 | - |
| CMYK | 0.17 | 0 | 0.06 | 0 |
| HSL | 157.67º | 1% | 0.92% | - |
| HSV(B) | 157.67º | 0.17% | 1% | - |
| XYZ | 78.49 | 91.75 | 95.23 | - |
| YUV | 240.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 239 | 0.17 | 0 | 0.06 | 0 | 157.67 | 1 | 0.92 |
| Hex | D4 | FF | EF | 11 | 0 | 6 | 0 | 9E | 64 | 5C |
| Octal | 324 | 377 | 357 | 21 | 0 | 6 | 0 | 236 | 144 | 134 |
| Binary | 11010100 | 11111111 | 11101111 | 10001 | 0 | 110 | 0 | 10011110 | 1100100 | 1011100 |
Color Harmonies of #D4FFEF
Complementary color
Monochromatic Colors of #D4FFEF
Black with #D4FFEF
Text Example
Text Example
White with #D4FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FFEF; }
p { color: rgb(212,255,239); }
H1.HeaderClassName
{
color: #D4FFEF;
}
.AnyTagClassName
{
color: #D4FFEF;
}
</style>
background-color css
<style>
a { background-color: #D4FFEF; }
a { background-color: rgb(212,255,239); }
div.DivClassName
{
background-color: #D4FFEF;
}
.BgClassName
{
background-color: #D4FFEF;
}
</style>
border-color css
<style>
span { border-color: #D4FFEF; }
span { border-color: rgb(212,255,239); }
td.TdClassName
{
border-color: #D4FFEF;
}
.TagClassName
{
border-color: #D4FFEF;
}
</style>