#b3f4c0

Color #B3F4C0 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B3F4C0

Tints of Fringy Flower #B3F4C0

Color information

#B3F4C0 (or 0xB3F4C0) is unknown color: approx Fringy Flower. HEX triplet: B3, F4 and C0. RGB value is (179,244,192). Sum of RGB (Red+Green+Blue) = 179+244+192=615 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.11% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 244 - color contains mainly: green. Hex color #B3F4C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F4C0 is #4C0B3F. Grayscale: #DADADA. Windows color (decimal): -4983616 or 12645555. OLE color: 12645555.

HSL color Cylindrical-coordinate representation of color #B3F4C0: hue angle of 132º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3F4C0 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB179244192-
CMYK0.2700.210.04
HSL132º74.71%82.94%-
HSV(B)132º26.64%95.69%-
XYZ60.4678.0961.76-
YUV218.64112.9799.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.11%
GREEN value IS 244 (95.70% from 255) = 39.67%
BLUE value IS 192 (75.39% from 255) = 31.22%
R=29.11%
G=39.67%
B=31.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1792441920.2700.210.0413274.7182.94
HexB3F4C01B0154844b53
Octal263364300330254204113123
Binary101100111111010011000000110110101011001000010010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3f4c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3f4c0; }

 p { color: rgb(179,244,192); }

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

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

 a { background-color: rgb(179,244,192); }

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

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

 span { border-color: rgb(179,244,192); }

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