Html Css Color HEX #EDFDB1 Australian Mint

📋 copy color: '#EDFDB1'

red 237 ◦ green 253 ◦ blue 177

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

Shades of Australian Mint #EDFDB1

Tints of Australian Mint #EDFDB1

RGB

 RED value IS 237 (92.97% from 255) = 35.53%

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

 BLUE value IS 177 (69.53% from 255) = 26.54%

R = 35.53%
G = 37.93%
B = 26.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#EDFDB1 (or 0xEDFDB1) is known color: Australian Mint. HEX triplet: ED, FD and B1. RGB value is (237,253,177). Sum of RGB (Red+Green+Blue) = 237+253+177=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 177 (69.53% from 255 or 26.54% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFDB1 is #12024E. Grayscale: #EFEFEF. Windows color (decimal): -1180239 or 11664877. OLE color: 11664877.

HSL color Cylindrical-coordinate representation of color #EDFDB1: hue angle of 72.63º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDFDB1 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 253 177 -
CMYK 0.06 0 0.30 0.01
HSL 72.63º 0.95% 0.84% -
HSV(B) 72.63º 0.3% 0.99% -
XYZ 77.99 91.43 55.13 -
YUV 239.55 92.7 126.18 -
System Red Green Blue C M Y K H S L
Decimal 237 253 177 0.06 0 0.30 0.01 72.63 0.95 0.84
Hex ED FD B1 6 0 1E 1 49 5F 54
Octal 355 375 261 6 0 36 1 111 137 124
Binary 11101101 11111101 10110001 110 0 11110 1 1001001 1011111 1010100

Color Harmonies of #EDFDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDB1

Black with #EDFDB1

Text Example


Text Example

White with #EDFDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDB1; }

 p { color: rgb(237,253,177); }

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

background-color css

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

 a { background-color: rgb(237,253,177); }

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

border-color css

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

 span { border-color: rgb(237,253,177); }

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