#BEF2AA

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

Shades of Madang #BEF2AA

Tints of Madang #BEF2AA

Color information

#BEF2AA (or 0xBEF2AA) is unknown color: approx Madang. HEX triplet: BE, F2 and AA. RGB value is (190,242,170). Sum of RGB (Red+Green+Blue) = 190+242+170=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF2AA is #410D55. Grayscale: #DADADA. Windows color (decimal): -4263254 or 11203262. OLE color: 11203262.

HSL color Cylindrical-coordinate representation of color #BEF2AA: hue angle of 103.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEF2AA is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB190242170-
CMYK0.2100.300.05
HSL103.33º73.47%80.78%-
HSV(B)103.33º29.75%94.9%-
XYZ60.2477.3549.79-
YUV218.24100.77107.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 242 (94.92% from 255) = 40.20%
BLUE value IS 170 (66.80% from 255) = 28.24%
R=31.56%
G=40.20%
B=28.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902421700.2100.300.05103.3373.4780.78
HexBEF2AA1501E5674951
Octal276362252250365147111121
Binary10111110111100101010101010101011110101110011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2AA; }

 p { color: rgb(190,242,170); }

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

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

 a { background-color: rgb(190,242,170); }

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

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

 span { border-color: rgb(190,242,170); }

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