#B5FEE4

Color #B5FEE4 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B5FEE4

Tints of Water Leaf #B5FEE4

Color information

#B5FEE4 (or 0xB5FEE4) is unknown color: approx Water Leaf. HEX triplet: B5, FE and E4. RGB value is (181,254,228). Sum of RGB (Red+Green+Blue) = 181+254+228=663 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.30% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FEE4 is #4A011B. Grayscale: #E5E5E5. Windows color (decimal): -4849948 or 15007413. OLE color: 15007413.

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

Color convert

RGB181254228-
CMYK0.2900.100.00
HSL158.63º97.33%85.29%-
HSV(B)158.63º28.74%99.61%-
XYZ68.586.3186.45-
YUV229.21127.3293.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.30%
GREEN value IS 254 (99.61% from 255) = 38.31%
BLUE value IS 228 (89.45% from 255) = 34.39%
R=27.30%
G=38.31%
B=34.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812542280.2900.100.00158.6397.3385.29
HexB5FEE41D0A09f6155
Octal265376344350120237141125
Binary101101011111111011100100111010101001001111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FEE4; }

 p { color: rgb(181,254,228); }

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

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

 a { background-color: rgb(181,254,228); }

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

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

 span { border-color: rgb(181,254,228); }

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