#C0FBE4

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

Shades of Humming Bird #C0FBE4

Tints of Humming Bird #C0FBE4

Color information

#C0FBE4 (or 0xC0FBE4) is unknown color: approx Humming Bird. HEX triplet: C0, FB and E4. RGB value is (192,251,228). Sum of RGB (Red+Green+Blue) = 192+251+228=671 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.61% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBE4 is #3F041B. Grayscale: #E6E6E6. Windows color (decimal): -4129820 or 15006656. OLE color: 15006656.

HSL color Cylindrical-coordinate representation of color #C0FBE4: hue angle of 156.61º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FBE4 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB192251228-
CMYK0.2400.090.02
HSL156.61º88.06%86.86%-
HSV(B)156.61º23.51%98.43%-
XYZ70.2485.886.26-
YUV230.74126.45100.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.61%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 228 (89.45% from 255) = 33.98%
R=28.61%
G=37.41%
B=33.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922512280.2400.090.02156.6188.0686.86
HexC0FBE4180929d5857
Octal300373344300112235130127
Binary1100000011111011111001001100001001101001110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FBE4; }

 p { color: rgb(192,251,228); }

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

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

 a { background-color: rgb(192,251,228); }

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

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

 span { border-color: rgb(192,251,228); }

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