#BEF2AF

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

Shades of Madang #BEF2AF

Tints of Madang #BEF2AF

Color information

#BEF2AF (or 0xBEF2AF) is unknown color: approx Madang. HEX triplet: BE, F2 and AF. RGB value is (190,242,175). Sum of RGB (Red+Green+Blue) = 190+242+175=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF2AF is #410D50. Grayscale: #DBDBDB. Windows color (decimal): -4263249 or 11530942. OLE color: 11530942.

HSL color Cylindrical-coordinate representation of color #BEF2AF: hue angle of 106.57º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEF2AF is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB190242175-
CMYK0.2100.280.05
HSL106.57º72.04%81.76%-
HSV(B)106.57º27.69%94.9%-
XYZ60.7377.5552.32-
YUV218.81103.27107.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 242 (94.92% from 255) = 39.87%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=31.30%
G=39.87%
B=28.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902421750.2100.280.05106.5772.0481.76
HexBEF2AF1501C56b4852
Octal276362257250345153110122
Binary10111110111100101010111110101011100101110101110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2AF; }

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

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

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

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

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

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

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

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