#BAFE97

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

Shades of Madang #BAFE97

Tints of Madang #BAFE97

Color information

#BAFE97 (or 0xBAFE97) is unknown color: approx Madang. HEX triplet: BA, FE and 97. RGB value is (186,254,151). Sum of RGB (Red+Green+Blue) = 186+254+151=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 151 (59.38% from 255 or 25.55% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFE97 is #450168. Grayscale: #DEDEDE. Windows color (decimal): -4522345 or 9961146. OLE color: 9961146.

HSL color Cylindrical-coordinate representation of color #BAFE97: hue angle of 99.61º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAFE97 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB186254151-
CMYK0.2700.410.00
HSL99.61º98.1%79.41%-
HSV(B)99.61º40.55%99.61%-
XYZ61.2883.5642.18-
YUV221.9387.97102.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 254 (99.61% from 255) = 42.98%
BLUE value IS 151 (59.38% from 255) = 25.55%
R=31.47%
G=42.98%
B=25.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862541510.2700.410.0099.6198.179.41
HexBAFE971B029064624f
Octal272376227330510144142117
Binary1011101011111110100101111101101010010110010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFE97; }

 p { color: rgb(186,254,151); }

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

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

 a { background-color: rgb(186,254,151); }

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

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

 span { border-color: rgb(186,254,151); }

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