#C7FBE1

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

Shades of Humming Bird #C7FBE1

Tints of Humming Bird #C7FBE1

Color information

#C7FBE1 (or 0xC7FBE1) is unknown color: approx Humming Bird. HEX triplet: C7, FB and E1. RGB value is (199,251,225). Sum of RGB (Red+Green+Blue) = 199+251+225=675 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.48% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 225 (88.28% from 255 or 33.33% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FBE1 is #38041E. Grayscale: #E8E8E8. Windows color (decimal): -3671071 or 14810055. OLE color: 14810055.

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

Color convert

RGB199251225-
CMYK0.2100.100.02
HSL150º86.67%88.24%-
HSV(B)150º20.72%98.43%-
XYZ71.6486.5784.17-
YUV232.49123.77104.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.48%
GREEN value IS 251 (98.44% from 255) = 37.19%
BLUE value IS 225 (88.28% from 255) = 33.33%
R=29.48%
G=37.19%
B=33.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992512250.2100.100.0215086.6788.24
HexC7FBE1150A2965758
Octal307373341250122226127130
Binary1100011111111011111000011010101010101001011010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FBE1; }

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

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

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

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

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

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

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

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