Html Css Color HEX #EDFDA8 Australian Mint

📋 copy color: '#EDFDA8'

red 237 ◦ green 253 ◦ blue 168

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

Shades of Australian Mint #EDFDA8

Tints of Australian Mint #EDFDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 25.53%

R = 36.02%
G = 38.45%
B = 25.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#EDFDA8 (or 0xEDFDA8) is known color: Australian Mint. HEX triplet: ED, FD and A8. RGB value is (237,253,168). Sum of RGB (Red+Green+Blue) = 237+253+168=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 168 (66.02% from 255 or 25.53% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFDA8 is #120257. Grayscale: #EEEEEE. Windows color (decimal): -1180248 or 11075053. OLE color: 11075053.

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

Color convert

RGB 237 253 168 -
CMYK 0.06 0 0.34 0.01
HSL 71.29º 0.96% 0.83% -
HSV(B) 71.29º 0.34% 0.99% -
XYZ 77.12 91.08 50.56 -
YUV 238.53 88.2 126.91 -
System Red Green Blue C M Y K H S L
Decimal 237 253 168 0.06 0 0.34 0.01 71.29 0.96 0.83
Hex ED FD A8 6 0 22 1 47 60 53
Octal 355 375 250 6 0 42 1 107 140 123
Binary 11101101 11111101 10101000 110 0 100010 1 1000111 1100000 1010011

Color Harmonies of #EDFDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDA8

Black with #EDFDA8

Text Example


Text Example

White with #EDFDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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