#BEFDA0

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

Shades of Madang #BEFDA0

Tints of Madang #BEFDA0

Color information

#BEFDA0 (or 0xBEFDA0) is unknown color: approx Madang. HEX triplet: BE, FD and A0. RGB value is (190,253,160). Sum of RGB (Red+Green+Blue) = 190+253+160=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFDA0 is #41025F. Grayscale: #DFDFDF. Windows color (decimal): -4260448 or 10550718. OLE color: 10550718.

HSL color Cylindrical-coordinate representation of color #BEFDA0: hue angle of 100.65º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEFDA0 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB190253160-
CMYK0.2500.370.01
HSL100.65º95.88%80.98%-
HSV(B)100.65º36.76%99.22%-
XYZ62.7183.7446.12-
YUV223.5692.13104.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 253 (99.22% from 255) = 41.96%
BLUE value IS 160 (62.89% from 255) = 26.53%
R=31.51%
G=41.96%
B=26.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902531600.2500.370.01100.6595.8880.98
HexBEFDA0190251656051
Octal276375240310451145140121
Binary1011111011111101101000001100101001011110010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDA0; }

 p { color: rgb(190,253,160); }

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

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

 a { background-color: rgb(190,253,160); }

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

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

 span { border-color: rgb(190,253,160); }

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