#C5FEF0

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

Shades of Humming Bird #C5FEF0

Tints of Humming Bird #C5FEF0

Color information

#C5FEF0 (or 0xC5FEF0) is unknown color: approx Humming Bird. HEX triplet: C5, FE and F0. RGB value is (197,254,240). Sum of RGB (Red+Green+Blue) = 197+254+240=691 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.51% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FEF0 is #3A010F. Grayscale: #EBEBEB. Windows color (decimal): -3801360 or 15793861. OLE color: 15793861.

HSL color Cylindrical-coordinate representation of color #C5FEF0: hue angle of 165.26º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FEF0 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB197254240-
CMYK0.2200.060.00
HSL165.26º96.61%88.43%-
HSV(B)165.26º22.44%99.61%-
XYZ74.289.0595.71-
YUV235.36130.62100.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.51%
GREEN value IS 254 (99.61% from 255) = 36.76%
BLUE value IS 240 (94.14% from 255) = 34.73%
R=28.51%
G=36.76%
B=34.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972542400.2200.060.00165.2696.6188.43
HexC5FEF016060a56158
Octal30537636026060245141130
Binary11000101111111101111000010110011001010010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FEF0; }

 p { color: rgb(197,254,240); }

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

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

 a { background-color: rgb(197,254,240); }

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

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

 span { border-color: rgb(197,254,240); }

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