#C2FEF2

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

Shades of Humming Bird #C2FEF2

Tints of Humming Bird #C2FEF2

Color information

#C2FEF2 (or 0xC2FEF2) is unknown color: approx Humming Bird. HEX triplet: C2, FE and F2. RGB value is (194,254,242). Sum of RGB (Red+Green+Blue) = 194+254+242=690 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.12% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEF2 is #3D010D. Grayscale: #EAEAEA. Windows color (decimal): -3997966 or 15924930. OLE color: 15924930.

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

Color convert

RGB194254242-
CMYK0.2400.050.00
HSL168º96.77%87.84%-
HSV(B)168º23.62%99.61%-
XYZ73.7288.7697.25-
YUV234.69132.1298.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.12%
GREEN value IS 254 (99.61% from 255) = 36.81%
BLUE value IS 242 (94.92% from 255) = 35.07%
R=28.12%
G=36.81%
B=35.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942542420.2400.050.0016896.7787.84
HexC2FEF218050a86158
Octal30237636230050250141130
Binary11000010111111101111001011000010101010100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FEF2; }

 p { color: rgb(194,254,242); }

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

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

 a { background-color: rgb(194,254,242); }

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

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

 span { border-color: rgb(194,254,242); }

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