#D0FEF0

Color #D0FEF0 Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #D0FEF0

Tints of Humming Bird #D0FEF0

Color information

#D0FEF0 (or 0xD0FEF0) is unknown color: approx Humming Bird. HEX triplet: D0, FE and F0. RGB value is (208,254,240). Sum of RGB (Red+Green+Blue) = 208+254+240=702 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.63% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 240 (94.14% from 255 or 34.19% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FEF0 is #2F010F. Grayscale: #EEEEEE. Windows color (decimal): -3080464 or 15793872. OLE color: 15793872.

HSL color Cylindrical-coordinate representation of color #D0FEF0: hue angle of 161.74º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FEF0 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB208254240-
CMYK0.1800.060.00
HSL161.74º95.83%90.59%-
HSV(B)161.74º18.11%99.61%-
XYZ77.1890.5895.85-
YUV238.65128.76106.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 29.63%
GREEN value IS 254 (99.61% from 255) = 36.18%
BLUE value IS 240 (94.14% from 255) = 34.19%
R=29.63%
G=36.18%
B=34.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082542400.1800.060.00161.7495.8390.59
HexD0FEF012060a2605b
Octal32037636022060242140133
Binary11010000111111101111000010010011001010001011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FEF0; }

 p { color: rgb(208,254,240); }

 H1.HeaderClassName
 {
   color: #D0FEF0;
 }
 .AnyTagClassName
 {
   color: #D0FEF0;
 }
</style>
background-color css

<style>
 a { background-color: #D0FEF0; }

 a { background-color: rgb(208,254,240); }

 div.DivClassName
 {
   background-color: #D0FEF0;
 }
 .BgClassName
 {
   background-color: #D0FEF0;
 }
</style>
border-color css

<style>
 span { border-color: #D0FEF0; }

 span { border-color: rgb(208,254,240); }

 td.TdClassName
 {
   border-color: #D0FEF0;
 }
 .TagClassName
 {
   border-color: #D0FEF0;
 }
</style>