#C5F9E5

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

Shades of Humming Bird #C5F9E5

Tints of Humming Bird #C5F9E5

Color information

#C5F9E5 (or 0xC5F9E5) is unknown color: approx Humming Bird. HEX triplet: C5, F9 and E5. RGB value is (197,249,229). Sum of RGB (Red+Green+Blue) = 197+249+229=675 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.19% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F9E5 is #3A061A. Grayscale: #E7E7E7. Windows color (decimal): -3802651 or 15071685. OLE color: 15071685.

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

Color convert

RGB197249229-
CMYK0.2100.080.02
HSL156.92º81.25%87.45%-
HSV(B)156.92º20.88%97.65%-
XYZ71.0485.2886.84-
YUV231.17126.77103.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.19%
GREEN value IS 249 (97.66% from 255) = 36.89%
BLUE value IS 229 (89.84% from 255) = 33.93%
R=29.19%
G=36.89%
B=33.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972492290.2100.080.02156.9281.2587.45
HexC5F9E5150829d5157
Octal305371345250102235121127
Binary1100010111111001111001011010101000101001110110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F9E5; }

 p { color: rgb(197,249,229); }

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

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

 a { background-color: rgb(197,249,229); }

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

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

 span { border-color: rgb(197,249,229); }

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