#C4F5E4

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

Shades of Humming Bird #C4F5E4

Tints of Humming Bird #C4F5E4

Color information

#C4F5E4 (or 0xC4F5E4) is unknown color: approx Humming Bird. HEX triplet: C4, F5 and E4. RGB value is (196,245,228). Sum of RGB (Red+Green+Blue) = 196+245+228=669 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.30% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 245 - color contains mainly: green. Hex color #C4F5E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F5E4 is #3B0A1B. Grayscale: #E4E4E4. Windows color (decimal): -3869212 or 15005124. OLE color: 15005124.

HSL color Cylindrical-coordinate representation of color #C4F5E4: hue angle of 159.18º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4F5E4 is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB196245228-
CMYK0.200.070.04
HSL159.18º71.01%86.47%-
HSV(B)159.18º20%96.08%-
XYZ69.4282.6485.69-
YUV228.41127.77104.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.30%
GREEN value IS 245 (96.09% from 255) = 36.62%
BLUE value IS 228 (89.45% from 255) = 34.08%
R=29.30%
G=36.62%
B=34.08%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1962452280.200.070.04159.1871.0186.47
HexC4F5E4140749f4756
Octal30436534424074237107126
Binary1100010011110101111001001010001111001001111110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F5E4; }

 p { color: rgb(196,245,228); }

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

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

 a { background-color: rgb(196,245,228); }

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

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

 span { border-color: rgb(196,245,228); }

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