Shades of Humming Bird #D0FBF0
Tints of Humming Bird #D0FBF0
RGB
CMYK
RGB Variations
Color information
#D0FBF0 (or 0xD0FBF0) is known color: Humming Bird. HEX triplet: D0, FB and F0. RGB value is (208,251,240). Sum of RGB (Red+Green+Blue) = 208+251+240=699 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.76% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FBF0 is #2F040F. Grayscale: #ECECEC. Windows color (decimal): -3081232 or 15793104. OLE color: 15793104.
HSL color Cylindrical-coordinate representation of color #D0FBF0: hue angle of 164.65º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FBF0 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 240 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.02 |
| HSL | 164.65º | 0.84% | 0.9% | - |
| HSV(B) | 164.65º | 0.17% | 0.98% | - |
| XYZ | 76.24 | 88.7 | 95.54 | - |
| YUV | 236.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 240 | 0.17 | 0 | 0.04 | 0.02 | 164.65 | 0.84 | 0.9 |
| Hex | D0 | FB | F0 | 11 | 0 | 4 | 2 | A5 | 54 | 5A |
| Octal | 320 | 373 | 360 | 21 | 0 | 4 | 2 | 245 | 124 | 132 |
| Binary | 11010000 | 11111011 | 11110000 | 10001 | 0 | 100 | 10 | 10100101 | 1010100 | 1011010 |
Color Harmonies of #D0FBF0
Complementary color
Monochromatic Colors of #D0FBF0
Black with #D0FBF0
Text Example
Text Example
White with #D0FBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FBF0; }
p { color: rgb(208,251,240); }
H1.HeaderClassName
{
color: #D0FBF0;
}
.AnyTagClassName
{
color: #D0FBF0;
}
</style>
background-color css
<style>
a { background-color: #D0FBF0; }
a { background-color: rgb(208,251,240); }
div.DivClassName
{
background-color: #D0FBF0;
}
.BgClassName
{
background-color: #D0FBF0;
}
</style>
border-color css
<style>
span { border-color: #D0FBF0; }
span { border-color: rgb(208,251,240); }
td.TdClassName
{
border-color: #D0FBF0;
}
.TagClassName
{
border-color: #D0FBF0;
}
</style>