Html Css Color HEX #EDFDB5 Australian Mint

📋 copy color: '#EDFDB5'

red 237 ◦ green 253 ◦ blue 181

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

Shades of Australian Mint #EDFDB5

Tints of Australian Mint #EDFDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 26.97%

R = 35.32%
G = 37.7%
B = 26.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#EDFDB5 (or 0xEDFDB5) is known color: Australian Mint. HEX triplet: ED, FD and B5. RGB value is (237,253,181). Sum of RGB (Red+Green+Blue) = 237+253+181=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 181 (71.09% from 255 or 26.97% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDB5 is #12024A. Grayscale: #F0F0F0. Windows color (decimal): -1180235 or 11927021. OLE color: 11927021.

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

Color convert

RGB 237 253 181 -
CMYK 0.06 0 0.28 0.01
HSL 73.33º 0.95% 0.85% -
HSV(B) 73.33º 0.28% 0.99% -
XYZ 78.39 91.59 57.26 -
YUV 240.01 94.7 125.85 -
System Red Green Blue C M Y K H S L
Decimal 237 253 181 0.06 0 0.28 0.01 73.33 0.95 0.85
Hex ED FD B5 6 0 1C 1 49 5F 55
Octal 355 375 265 6 0 34 1 111 137 125
Binary 11101101 11111101 10110101 110 0 11100 1 1001001 1011111 1010101

Color Harmonies of #EDFDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDB5

Black with #EDFDB5

Text Example


Text Example

White with #EDFDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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