#EBF49F

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

Shades of Australian Mint #EBF49F

Tints of Australian Mint #EBF49F

Color information

#EBF49F (or 0xEBF49F) is unknown color: approx Australian Mint. HEX triplet: EB, F4 and 9F. RGB value is (235,244,159). Sum of RGB (Red+Green+Blue) = 235+244+159=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 244 (95.70% from 255 or 38.24% from 638); Blue value is 159 (62.5% from 255 or 24.92% from 638); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF49F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF49F is #140B60. Grayscale: #E7E7E7. Windows color (decimal): -1313633 or 10482923. OLE color: 10482923.

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

Color convert

RGB235244159-
CMYK0.0400.350.04
HSL66.35º79.44%79.02%-
HSV(B)66.35º34.84%95.69%-
XYZ72.8784.8745.34-
YUV231.6287.02130.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.83%
GREEN value IS 244 (95.70% from 255) = 38.24%
BLUE value IS 159 (62.5% from 255) = 24.92%
R=36.83%
G=38.24%
B=24.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352441590.0400.350.0466.3579.4479.02
HexEBF49F40234424f4f
Octal35336423740434102117117
Binary1110101111110100100111111000100011100100001010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF49F; }

 p { color: rgb(235,244,159); }

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

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

 a { background-color: rgb(235,244,159); }

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

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

 span { border-color: rgb(235,244,159); }

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