#C4FBE5

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

Shades of Humming Bird #C4FBE5

Tints of Humming Bird #C4FBE5

Color information

#C4FBE5 (or 0xC4FBE5) is unknown color: approx Humming Bird. HEX triplet: C4, FB and E5. RGB value is (196,251,229). Sum of RGB (Red+Green+Blue) = 196+251+229=676 (89% of max value = 765). Red value is 196 (76.95% from 255 or 28.99% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #C4FBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FBE5 is #3B041A. Grayscale: #E8E8E8. Windows color (decimal): -3867675 or 15072196. OLE color: 15072196.

HSL color Cylindrical-coordinate representation of color #C4FBE5: hue angle of 156º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4FBE5 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB196251229-
CMYK0.2200.090.02
HSL156º87.3%87.65%-
HSV(B)156º21.91%98.43%-
XYZ71.486.3987.04-
YUV232.05126.28102.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.99%
GREEN value IS 251 (98.44% from 255) = 37.13%
BLUE value IS 229 (89.84% from 255) = 33.88%
R=28.99%
G=37.13%
B=33.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962512290.2200.090.0215687.387.65
HexC4FBE5160929c5758
Octal304373345260112234127130
Binary1100010011111011111001011011001001101001110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FBE5; }

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

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

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

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

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

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

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

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