#C3FEE2

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

Shades of Humming Bird #C3FEE2

Tints of Humming Bird #C3FEE2

Color information

#C3FEE2 (or 0xC3FEE2) is unknown color: approx Humming Bird. HEX triplet: C3, FE and E2. RGB value is (195,254,226). Sum of RGB (Red+Green+Blue) = 195+254+226=675 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.89% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FEE2 is #3C011D. Grayscale: #E9E9E9. Windows color (decimal): -3932446 or 14876355. OLE color: 14876355.

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

Color convert

RGB195254226-
CMYK0.2300.110.00
HSL151.53º96.72%88.04%-
HSV(B)151.53º23.23%99.61%-
XYZ71.6787.9885.16-
YUV233.17123.95100.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.89%
GREEN value IS 254 (99.61% from 255) = 37.63%
BLUE value IS 226 (88.67% from 255) = 33.48%
R=28.89%
G=37.63%
B=33.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1952542260.2300.110.00151.5396.7288.04
HexC3FEE2170B0986158
Octal303376342270130230141130
Binary110000111111111011100010101110101101001100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FEE2; }

 p { color: rgb(195,254,226); }

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

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

 a { background-color: rgb(195,254,226); }

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

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

 span { border-color: rgb(195,254,226); }

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