Html Css Color HEX #EDFDB0 Australian Mint

📋 copy color: '#EDFDB0'

red 237 ◦ green 253 ◦ blue 176

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

Shades of Australian Mint #EDFDB0

Tints of Australian Mint #EDFDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 26.43%

R = 35.59%
G = 37.99%
B = 26.43%

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

#EDFDB0 (or 0xEDFDB0) is known color: Australian Mint. HEX triplet: ED, FD and B0. RGB value is (237,253,176). Sum of RGB (Red+Green+Blue) = 237+253+176=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 176 (69.14% from 255 or 26.43% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFDB0 is #12024F. Grayscale: #EFEFEF. Windows color (decimal): -1180240 or 11599341. OLE color: 11599341.

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

Color convert

RGB 237 253 176 -
CMYK 0.06 0 0.30 0.01
HSL 72.47º 0.95% 0.84% -
HSV(B) 72.47º 0.3% 0.99% -
XYZ 77.89 91.39 54.61 -
YUV 239.44 92.2 126.26 -
System Red Green Blue C M Y K H S L
Decimal 237 253 176 0.06 0 0.30 0.01 72.47 0.95 0.84
Hex ED FD B0 6 0 1E 1 48 5F 54
Octal 355 375 260 6 0 36 1 110 137 124
Binary 11101101 11111101 10110000 110 0 11110 1 1001000 1011111 1010100

Color Harmonies of #EDFDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDB0

Black with #EDFDB0

Text Example


Text Example

White with #EDFDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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