#C7FEE1

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

Shades of Humming Bird #C7FEE1

Tints of Humming Bird #C7FEE1

Color information

#C7FEE1 (or 0xC7FEE1) is unknown color: approx Humming Bird. HEX triplet: C7, FE and E1. RGB value is (199,254,225). Sum of RGB (Red+Green+Blue) = 199+254+225=678 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.35% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FEE1 is #38011E. Grayscale: #EAEAEA. Windows color (decimal): -3670303 or 14810823. OLE color: 14810823.

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

Color convert

RGB199254225-
CMYK0.2200.110.00
HSL148.36º96.49%88.82%-
HSV(B)148.36º21.65%99.61%-
XYZ72.5988.4684.48-
YUV234.25122.78102.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.35%
GREEN value IS 254 (99.61% from 255) = 37.46%
BLUE value IS 225 (88.28% from 255) = 33.19%
R=29.35%
G=37.46%
B=33.19%

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
Decimal1992542250.2200.110.00148.3696.4988.82
HexC7FEE1160B0946059
Octal307376341260130224140131
Binary110001111111111011100001101100101101001010011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FEE1; }

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

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

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

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

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

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

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

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