#C4F2E5

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

Shades of Humming Bird #C4F2E5

Tints of Humming Bird #C4F2E5

Color information

#C4F2E5 (or 0xC4F2E5) is unknown color: approx Humming Bird. HEX triplet: C4, F2 and E5. RGB value is (196,242,229). Sum of RGB (Red+Green+Blue) = 196+242+229=667 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.39% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F2E5 is #3B0D1A. Grayscale: #E2E2E2. Windows color (decimal): -3869979 or 15069892. OLE color: 15069892.

HSL color Cylindrical-coordinate representation of color #C4F2E5: hue angle of 163.04º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4F2E5 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB196242229-
CMYK0.1900.050.05
HSL163.04º63.89%85.88%-
HSV(B)163.04º19.01%94.9%-
XYZ68.6680.986.12-
YUV226.76129.26106.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.39%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 229 (89.84% from 255) = 34.33%
R=29.39%
G=36.28%
B=34.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1962422290.1900.050.05163.0463.8985.88
HexC4F2E513055a34056
Octal30436234523055243100126
Binary1100010011110010111001011001101011011010001110000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F2E5; }

 p { color: rgb(196,242,229); }

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

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

 a { background-color: rgb(196,242,229); }

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

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

 span { border-color: rgb(196,242,229); }

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