#C4FEF0

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

Shades of Humming Bird #C4FEF0

Tints of Humming Bird #C4FEF0

Color information

#C4FEF0 (or 0xC4FEF0) is unknown color: approx Humming Bird. HEX triplet: C4, FE and F0. RGB value is (196,254,240). Sum of RGB (Red+Green+Blue) = 196+254+240=690 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.41% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FEF0 is #3B010F. Grayscale: #EBEBEB. Windows color (decimal): -3866896 or 15793860. OLE color: 15793860.

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

Color convert

RGB196254240-
CMYK0.2300.060.00
HSL165.52º96.67%88.24%-
HSV(B)165.52º22.83%99.61%-
XYZ73.9388.9195.7-
YUV235.06130.78100.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.41%
GREEN value IS 254 (99.61% from 255) = 36.81%
BLUE value IS 240 (94.14% from 255) = 34.78%
R=28.41%
G=36.81%
B=34.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962542400.2300.060.00165.5296.6788.24
HexC4FEF017060a66158
Octal30437636027060246141130
Binary11000100111111101111000010111011001010011011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FEF0; }

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

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

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

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

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

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

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

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