Html Css Color HEX #EDFD9E Australian Mint

📋 copy color: '#EDFD9E'

red 237 ◦ green 253 ◦ blue 158

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

Shades of Australian Mint #EDFD9E

Tints of Australian Mint #EDFD9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 24.38%

R = 36.57%
G = 39.04%
B = 24.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#EDFD9E (or 0xEDFD9E) is known color: Australian Mint. HEX triplet: ED, FD and 9E. RGB value is (237,253,158). Sum of RGB (Red+Green+Blue) = 237+253+158=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 158 (62.11% from 255 or 24.38% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFD9E is #120261. Grayscale: #EDEDED. Windows color (decimal): -1180258 or 10419693. OLE color: 10419693.

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

Color convert

RGB 237 253 158 -
CMYK 0.06 0 0.38 0.01
HSL 70.11º 0.96% 0.81% -
HSV(B) 70.11º 0.38% 0.99% -
XYZ 76.22 90.72 45.84 -
YUV 237.39 83.2 127.72 -
System Red Green Blue C M Y K H S L
Decimal 237 253 158 0.06 0 0.38 0.01 70.11 0.96 0.81
Hex ED FD 9E 6 0 26 1 46 60 51
Octal 355 375 236 6 0 46 1 106 140 121
Binary 11101101 11111101 10011110 110 0 100110 1 1000110 1100000 1010001

Color Harmonies of #EDFD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD9E

Black with #EDFD9E

Text Example


Text Example

White with #EDFD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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