Html Css Color HEX #EBFDA1 Australian Mint

📋 copy color: '#EBFDA1'

red 235 ◦ green 253 ◦ blue 161

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

Shades of Australian Mint #EBFDA1

Tints of Australian Mint #EBFDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 24.81%

R = 36.21%
G = 38.98%
B = 24.81%

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

#EBFDA1 (or 0xEBFDA1) is known color: Australian Mint. HEX triplet: EB, FD and A1. RGB value is (235,253,161). Sum of RGB (Red+Green+Blue) = 235+253+161=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 161 (63.28% from 255 or 24.81% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFDA1 is #14025E. Grayscale: #EDEDED. Windows color (decimal): -1311327 or 10616299. OLE color: 10616299.

HSL color Cylindrical-coordinate representation of color #EBFDA1: hue angle of 71.74º 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 #EBFDA1 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 253 161 -
CMYK 0.07 0 0.36 0.01
HSL 71.74º 0.96% 0.81% -
HSV(B) 71.74º 0.36% 0.99% -
XYZ 75.82 90.49 47.19 -
YUV 237.13 85.04 126.48 -
System Red Green Blue C M Y K H S L
Decimal 235 253 161 0.07 0 0.36 0.01 71.74 0.96 0.81
Hex EB FD A1 7 0 24 1 48 60 51
Octal 353 375 241 7 0 44 1 110 140 121
Binary 11101011 11111101 10100001 111 0 100100 1 1001000 1100000 1010001

Color Harmonies of #EBFDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFDA1

Black with #EBFDA1

Text Example


Text Example

White with #EBFDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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