#B5EFBE

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

Shades of Fringy Flower #B5EFBE

Tints of Fringy Flower #B5EFBE

Color information

#B5EFBE (or 0xB5EFBE) is unknown color: approx Fringy Flower. HEX triplet: B5, EF and BE. RGB value is (181,239,190). Sum of RGB (Red+Green+Blue) = 181+239+190=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFBE is #4A1041. Grayscale: #D8D8D8. Windows color (decimal): -4853826 or 12513205. OLE color: 12513205.

HSL color Cylindrical-coordinate representation of color #B5EFBE: hue angle of 129.31º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFBE is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB181239190-
CMYK0.2400.210.06
HSL129.31º64.44%82.35%-
HSV(B)129.31º24.27%93.73%-
XYZ59.2275.2760.12-
YUV216.07113.28102.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.67%
GREEN value IS 239 (93.75% from 255) = 39.18%
BLUE value IS 190 (74.61% from 255) = 31.15%
R=29.67%
G=39.18%
B=31.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812391900.2400.210.06129.3164.4482.35
HexB5EFBE180156814052
Octal265357276300256201100122
Binary101101011110111110111110110000101011101000000110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EFBE; }

 p { color: rgb(181,239,190); }

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

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

 a { background-color: rgb(181,239,190); }

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

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

 span { border-color: rgb(181,239,190); }

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