#C5FFE8

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

Shades of Humming Bird #C5FFE8

Tints of Humming Bird #C5FFE8

Color information

#C5FFE8 (or 0xC5FFE8) is unknown color: approx Humming Bird. HEX triplet: C5, FF and E8. RGB value is (197,255,232). Sum of RGB (Red+Green+Blue) = 197+255+232=684 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.80% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 232 (91.02% from 255 or 33.92% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFE8 is #3A0017. Grayscale: #EBEBEB. Windows color (decimal): -3801112 or 15269829. OLE color: 15269829.

HSL color Cylindrical-coordinate representation of color #C5FFE8: hue angle of 156.21º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFE8 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB197255232-
CMYK0.2300.090
HSL156.21º100%88.63%-
HSV(B)156.21º22.75%100%-
XYZ73.3589.2289.7-
YUV235.04126.28100.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.80%
GREEN value IS 255 (100% from 255) = 37.28%
BLUE value IS 232 (91.02% from 255) = 33.92%
R=28.80%
G=37.28%
B=33.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972552320.2300.090156.2110088.63
HexC5FFE8170909c6459
Octal305377350270110234144131
Binary110001011111111111101000101110100101001110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FFE8; }

 p { color: rgb(197,255,232); }

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

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

 a { background-color: rgb(197,255,232); }

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

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

 span { border-color: rgb(197,255,232); }

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