#C5FDE1

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

Shades of Humming Bird #C5FDE1

Tints of Humming Bird #C5FDE1

Color information

#C5FDE1 (or 0xC5FDE1) is unknown color: approx Humming Bird. HEX triplet: C5, FD and E1. RGB value is (197,253,225). Sum of RGB (Red+Green+Blue) = 197+253+225=675 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.19% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 225 (88.28% from 255 or 33.33% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FDE1 is #3A021E. Grayscale: #E9E9E9. Windows color (decimal): -3801631 or 14810565. OLE color: 14810565.

HSL color Cylindrical-coordinate representation of color #C5FDE1: hue angle of 150º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FDE1 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB197253225-
CMYK0.2200.110.01
HSL150º93.33%88.24%-
HSV(B)150º22.13%99.22%-
XYZ71.7487.5684.35-
YUV233.06123.45102.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.19%
GREEN value IS 253 (99.22% from 255) = 37.48%
BLUE value IS 225 (88.28% from 255) = 33.33%
R=29.19%
G=37.48%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972532250.2200.110.0115093.3388.24
HexC5FDE1160B1965d58
Octal305375341260131226135130
Binary110001011111110111100001101100101111001011010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FDE1; }

 p { color: rgb(197,253,225); }

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

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

 a { background-color: rgb(197,253,225); }

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

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

 span { border-color: rgb(197,253,225); }

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