Shades of Humming Bird #D0FFEF
Tints of Humming Bird #D0FFEF
RGB
CMYK
RGB Variations
Color information
#D0FFEF (or 0xD0FFEF) is known color: Humming Bird. HEX triplet: D0, FF and EF. RGB value is (208,255,239). Sum of RGB (Red+Green+Blue) = 208+255+239=702 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.63% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FFEF is #2F0010. Grayscale: #EFEFEF. Windows color (decimal): -3080209 or 15728592. OLE color: 15728592.
HSL color Cylindrical-coordinate representation of color #D0FFEF: hue angle of 159.57º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FFEF is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 239 | - |
| CMYK | 0.18 | 0 | 0.06 | 0 |
| HSL | 159.57º | 1% | 0.91% | - |
| HSV(B) | 159.57º | 0.18% | 1% | - |
| XYZ | 77.35 | 91.16 | 95.18 | - |
| YUV | 239.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 239 | 0.18 | 0 | 0.06 | 0 | 159.57 | 1 | 0.91 |
| Hex | D0 | FF | EF | 12 | 0 | 6 | 0 | A0 | 64 | 5B |
| Octal | 320 | 377 | 357 | 22 | 0 | 6 | 0 | 240 | 144 | 133 |
| Binary | 11010000 | 11111111 | 11101111 | 10010 | 0 | 110 | 0 | 10100000 | 1100100 | 1011011 |
Color Harmonies of #D0FFEF
Complementary color
Monochromatic Colors of #D0FFEF
Black with #D0FFEF
Text Example
Text Example
White with #D0FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFEF; }
p { color: rgb(208,255,239); }
H1.HeaderClassName
{
color: #D0FFEF;
}
.AnyTagClassName
{
color: #D0FFEF;
}
</style>
background-color css
<style>
a { background-color: #D0FFEF; }
a { background-color: rgb(208,255,239); }
div.DivClassName
{
background-color: #D0FFEF;
}
.BgClassName
{
background-color: #D0FFEF;
}
</style>
border-color css
<style>
span { border-color: #D0FFEF; }
span { border-color: rgb(208,255,239); }
td.TdClassName
{
border-color: #D0FFEF;
}
.TagClassName
{
border-color: #D0FFEF;
}
</style>