#C4FEE0

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

Shades of Humming Bird #C4FEE0

Tints of Humming Bird #C4FEE0

Color information

#C4FEE0 (or 0xC4FEE0) is unknown color: approx Humming Bird. HEX triplet: C4, FE and E0. RGB value is (196,254,224). Sum of RGB (Red+Green+Blue) = 196+254+224=674 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.08% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FEE0 is #3B011F. Grayscale: #E9E9E9. Windows color (decimal): -3866912 or 14745284. OLE color: 14745284.

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

Color convert

RGB196254224-
CMYK0.2300.120.00
HSL148.97º96.67%88.24%-
HSV(B)148.97º22.83%99.61%-
XYZ71.668883.73-
YUV233.24122.78101.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.08%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 224 (87.89% from 255) = 33.23%
R=29.08%
G=37.69%
B=33.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962542240.2300.120.00148.9796.6788.24
HexC4FEE0170C0956158
Octal304376340270140225141130
Binary110001001111111011100000101110110001001010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FEE0; }

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

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

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

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

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

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

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

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