Html Css Color HEX #EBFDA2 Australian Mint

📋 copy color: '#EBFDA2'

red 235 ◦ green 253 ◦ blue 162

#EBFDA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Australian Mint #EBFDA2

Tints of Australian Mint #EBFDA2

RGB

 RED value IS 235 (92.19% from 255) = 36.15%

 GREEN value IS 253 (99.22% from 255) = 38.92%

 BLUE value IS 162 (63.67% from 255) = 24.92%

R = 36.15%
G = 38.92%
B = 24.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#EBFDA2 (or 0xEBFDA2) is known color: Australian Mint. HEX triplet: EB, FD and A2. RGB value is (235,253,162). Sum of RGB (Red+Green+Blue) = 235+253+162=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 162 (63.67% from 255 or 24.92% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFDA2 is #14025D. Grayscale: #EDEDED. Windows color (decimal): -1311326 or 10681835. OLE color: 10681835.

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

Color convert

RGB 235 253 162 -
CMYK 0.07 0 0.36 0.01
HSL 71.87º 0.96% 0.81% -
HSV(B) 71.87º 0.36% 0.99% -
XYZ 75.91 90.52 47.65 -
YUV 237.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 235 253 162 0.07 0 0.36 0.01 71.87 0.96 0.81
Hex EB FD A2 7 0 24 1 48 60 51
Octal 353 375 242 7 0 44 1 110 140 121
Binary 11101011 11111101 10100010 111 0 100100 1 1001000 1100000 1010001

Color Harmonies of #EBFDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFDA2

Black with #EBFDA2

Text Example


Text Example

White with #EBFDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFDA2; }

 p { color: rgb(235,253,162); }

 H1.HeaderClassName
 {
   color: #EBFDA2;
 }
 .AnyTagClassName
 {
   color: #EBFDA2;
 }
</style>

background-color css

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

 a { background-color: rgb(235,253,162); }

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

border-color css

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

 span { border-color: rgb(235,253,162); }

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