#C4FEE1

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

Shades of Humming Bird #C4FEE1

Tints of Humming Bird #C4FEE1

Color information

#C4FEE1 (or 0xC4FEE1) is unknown color: approx Humming Bird. HEX triplet: C4, FE and E1. RGB value is (196,254,225). Sum of RGB (Red+Green+Blue) = 196+254+225=675 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.04% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 225 (88.28% from 255 or 33.33% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FEE1 is #3B011E. Grayscale: #E9E9E9. Windows color (decimal): -3866911 or 14810820. OLE color: 14810820.

HSL color Cylindrical-coordinate representation of color #C4FEE1: hue angle of 150º 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 #C4FEE1 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB196254225-
CMYK0.2300.110.00
HSL150º96.67%88.24%-
HSV(B)150º22.83%99.61%-
XYZ71.888.0684.45-
YUV233.35123.28101.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.04%
GREEN value IS 254 (99.61% from 255) = 37.63%
BLUE value IS 225 (88.28% from 255) = 33.33%
R=29.04%
G=37.63%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962542250.2300.110.0015096.6788.24
HexC4FEE1170B0966158
Octal304376341270130226141130
Binary110001001111111011100001101110101101001011011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FEE1; }

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

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

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

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

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

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

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

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