Html Css Color HEX #EDF3AB Australian Mint

📋 copy color: '#EDF3AB'

red 237 ◦ green 243 ◦ blue 171

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

Shades of Australian Mint #EDF3AB

Tints of Australian Mint #EDF3AB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.33%

 BLUE value IS 171 (67.19% from 255) = 26.27%

R = 36.41%
G = 37.33%
B = 26.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#EDF3AB (or 0xEDF3AB) is known color: Australian Mint. HEX triplet: ED, F3 and AB. RGB value is (237,243,171). Sum of RGB (Red+Green+Blue) = 237+243+171=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 171 (67.19% from 255 or 26.27% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF3AB is #120C54. Grayscale: #E9E9E9. Windows color (decimal): -1182805 or 11269101. OLE color: 11269101.

HSL color Cylindrical-coordinate representation of color #EDF3AB: hue angle of 65º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDF3AB is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 171 -
CMYK 0.02 0 0.30 0.05
HSL 65º 0.75% 0.81% -
HSV(B) 65º 0.3% 0.95% -
XYZ 74.33 85.05 51.03 -
YUV 233 93.01 130.85 -
System Red Green Blue C M Y K H S L
Decimal 237 243 171 0.02 0 0.30 0.05 65 0.75 0.81
Hex ED F3 AB 2 0 1E 5 41 4B 51
Octal 355 363 253 2 0 36 5 101 113 121
Binary 11101101 11110011 10101011 10 0 11110 101 1000001 1001011 1010001

Color Harmonies of #EDF3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF3AB

Black with #EDF3AB

Text Example


Text Example

White with #EDF3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF3AB; }

 p { color: rgb(237,243,171); }

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

background-color css

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

 a { background-color: rgb(237,243,171); }

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

border-color css

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

 span { border-color: rgb(237,243,171); }

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