#C6FEE1

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

Shades of Humming Bird #C6FEE1

Tints of Humming Bird #C6FEE1

Color information

#C6FEE1 (or 0xC6FEE1) is unknown color: approx Humming Bird. HEX triplet: C6, FE and E1. RGB value is (198,254,225). Sum of RGB (Red+Green+Blue) = 198+254+225=677 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.25% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FEE1 is #39011E. Grayscale: #EAEAEA. Windows color (decimal): -3735839 or 14810822. OLE color: 14810822.

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

Color convert

RGB198254225-
CMYK0.2200.110.00
HSL148.93º96.55%88.63%-
HSV(B)148.93º22.05%99.61%-
XYZ72.3288.3384.47-
YUV233.95122.95102.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.25%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 225 (88.28% from 255) = 33.23%
R=29.25%
G=37.52%
B=33.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1982542250.2200.110.00148.9396.5588.63
HexC6FEE1160B0956159
Octal306376341260130225141131
Binary110001101111111011100001101100101101001010111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FEE1; }

 p { color: rgb(198,254,225); }

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

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

 a { background-color: rgb(198,254,225); }

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

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

 span { border-color: rgb(198,254,225); }

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