#B4F5AE

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

Shades of Madang #B4F5AE

Tints of Madang #B4F5AE

Color information

#B4F5AE (or 0xB4F5AE) is unknown color: approx Madang. HEX triplet: B4, F5 and AE. RGB value is (180,245,174). Sum of RGB (Red+Green+Blue) = 180+245+174=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 245 - color contains mainly: green. Hex color #B4F5AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F5AE is #4B0A51. Grayscale: #D9D9D9. Windows color (decimal): -4917842 or 11466164. OLE color: 11466164.

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

Color convert

RGB180245174-
CMYK0.2700.290.04
HSL114.93º78.02%82.16%-
HSV(B)114.93º28.98%96.08%-
XYZ59.1178.0652-
YUV217.47103.47101.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.05%
GREEN value IS 245 (96.09% from 255) = 40.90%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=30.05%
G=40.90%
B=29.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1802451740.2700.290.04114.9378.0282.16
HexB4F5AE1B01D4734e52
Octal264365256330354163116122
Binary10110100111101011010111011011011101100111001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F5AE; }

 p { color: rgb(180,245,174); }

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

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

 a { background-color: rgb(180,245,174); }

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

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

 span { border-color: rgb(180,245,174); }

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